added Aphelion nfs_server

This commit is contained in:
yaroslav
2025-06-10 15:51:08 +03:00
parent dc5678ae33
commit 9f5099776b
3 changed files with 19 additions and 0 deletions
+9
View File
@@ -74,6 +74,15 @@
};
};
};
"10-sharepoint-nfs" = {
"/share/nixos-1" = {
d = {
user = "nobody";
group = "nogroup";
mode = "0770";
};
};
};
};
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";