From f15455ca124094aeadbf82e3ab728502c2924ec3 Mon Sep 17 00:00:00 2001 From: Lukas Wurzinger Date: Tue, 6 Aug 2024 23:35:55 +0200 Subject: [PATCH] update --- class/desktop/fs.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/class/desktop/fs.nix b/class/desktop/fs.nix index e642157..c59c848 100644 --- a/class/desktop/fs.nix +++ b/class/desktop/fs.nix @@ -2,6 +2,4 @@ boot.initrd.luks.devices.main.device = "/dev/disk/by-label/cryptmain"; fileSystems."/".device = "/dev/mapper/main"; - - boot.supportedFilesystems = ["ntfs"]; }