diff --git a/hosts/comfy-station/configuration.nix b/hosts/comfy-station/configuration.nix index 257721c..58b61d5 100644 --- a/hosts/comfy-station/configuration.nix +++ b/hosts/comfy-station/configuration.nix @@ -75,6 +75,7 @@ boot.loader.efi.canTouchEfiVariables = true; boot.plymouth.enable = true; boot.initrd.systemd.enable = true; + boot.supportedFilesystems = ["ntfs"]; # Configure console keymap console.keyMap = "de";