Enable NFS on Raspis

This commit is contained in:
Andreas Zweili 2022-11-08 22:41:38 +01:00
parent 32d6157905
commit d40c231c7b
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
];
boot = {
supportedFilesystems = lib.mkForce [ "f2fs" "ntfs" "cifs" "ext4" "vfat" ];
supportedFilesystems = lib.mkForce [ "f2fs" "ntfs" "cifs" "ext4" "vfat" "nfs" "nfs4" ];
};
fileSystems = {
"/" = {