Change supportedFilesystems to new syntax
This commit is contained in:
parent
f6044a11ba
commit
db64c71a2a
|
@ -156,7 +156,7 @@ in
|
|||
loader.timeout = 60;
|
||||
loader.systemd-boot.enable = true;
|
||||
loader.efi.canTouchEfiVariables = true;
|
||||
supportedFilesystems = [ "ntfs" ];
|
||||
supportedFilesystems.ntfs = true;
|
||||
};
|
||||
boot.initrd.systemd.enable = builtins.length (builtins.attrNames (cfg.luksDevices)) > 0;
|
||||
# LUKS devices
|
||||
|
|
Loading…
Reference in a new issue