From 111c9f973357a034144bac61ddd26e52f9583227 Mon Sep 17 00:00:00 2001 From: Bauke Date: Sun, 22 Oct 2023 13:26:22 +0200 Subject: [PATCH] Remove NTFS (btrfs everywhere woo!). --- .bauke/nix/stardust/system.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/.bauke/nix/stardust/system.nix b/.bauke/nix/stardust/system.nix index e2a0695..d1d2862 100644 --- a/.bauke/nix/stardust/system.nix +++ b/.bauke/nix/stardust/system.nix @@ -9,8 +9,6 @@ efi.efiSysMountPoint = "/boot/efi"; systemd-boot.enable = true; }; - - supportedFilesystems = [ "ntfs" ]; }; console = {