bugfix nfs shares rename

This commit is contained in:
2023-09-24 19:46:04 -06:00
parent 3bce82d841
commit c3d0d5a1e9
3 changed files with 7 additions and 7 deletions

View File

@@ -33,7 +33,7 @@
fileSystems = let
mount = disk: {
device = "workstation:/${disk}";
device = "server:/${disk}";
fsType = "nfs";
};
in {