diff --git a/configuration.nix b/configuration.nix index 1bf57f5..369194f 100644 --- a/configuration.nix +++ b/configuration.nix @@ -51,6 +51,7 @@ in { boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; boot.tmpOnTmpfs = true; + boot.supportedFilesystems = [ "ntfs" ]; system.stateVersion = "20.09";