bugfix nfs shares rename
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
|
||||
fileSystems = let
|
||||
mount = disk: {
|
||||
device = "workstation:/${disk}";
|
||||
device = "server:/${disk}";
|
||||
fsType = "nfs";
|
||||
};
|
||||
in {
|
||||
|
||||
Reference in New Issue
Block a user