mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-11 16:49:22 +08:00
modules.system.fileSystems.nfs: use nfs4
This commit is contained in:
@@ -13,7 +13,7 @@ inputs:
|
||||
value =
|
||||
{
|
||||
device = device.name;
|
||||
fsType = "nfs";
|
||||
fsType = "nfs4";
|
||||
neededForBoot = true;
|
||||
options =
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user