add nfs manual mounting support
All checks were successful
nixos config pipeline / show-flake (push) Successful in 27s
nixos config pipeline / deploy (push) Successful in 43s

This commit is contained in:
smayzy 2025-10-28 16:19:08 +01:00
parent 99accbec6b
commit 589bb177d5

View File

@ -13,6 +13,8 @@
nixpkgs.overlays = overlays; nixpkgs.overlays = overlays;
boot.supportedFilesystems = [ "nfs" ];
users.users.smayzy = { users.users.smayzy = {
homeMode = "710"; homeMode = "710";
isNormalUser = true; isNormalUser = true;