modules.system: fix nfs support

This commit is contained in:
陈浩南 2024-09-16 17:56:59 +08:00
parent a3e9cbbc9f
commit 40878a01b2
2 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,7 @@ inputs:
time.timeZone = "Asia/Shanghai";
boot =
{
supportedFilesystems = [ "ntfs" ];
supportedFilesystems = [ "ntfs" "nfs" ];
# consoleLogLevel = 7;
};
hardware.enableAllFirmware = true;

View File

@ -33,6 +33,8 @@ inputs:
"igb"
# disk for srv1
"megaraid_sas"
# disks for cluster
"nfs"
]
++ (inputs.lib.optionals (kernel.variant != "nixos") [ "crypto_simd" ])
# for pi3b to show message over hdmi while boot