Change supportedFilesystems to new syntax

This commit is contained in:
Natsu Kagami 2024-06-01 17:35:32 +02:00
parent f6044a11ba
commit db64c71a2a
Signed by: nki
GPG key ID: 55A032EB38B49ADB

View file

@ -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