updated nfs mounts

This commit is contained in:
Leyla Becker 2025-03-08 16:16:03 -06:00
parent 0e5d8e3335
commit f5c67b812f
2 changed files with 6 additions and 30 deletions

View file

@ -48,22 +48,16 @@
};
"/mnt/leyla_home" = {
device = "server.arpa:/home/leyla";
device = "defiant:/exports/leyla";
fsType = "nfs";
options = ["x-systemd.automount" "user" "nofail" "soft" "x-systemd.idle-timeout=600" "fsc"];
};
"/mnt/share_home" = {
device = "server.arpa:/home/share";
"/mnt/users_home" = {
device = "defiant:/exports/users";
fsType = "nfs";
options = ["x-systemd.automount" "user" "nofail" "soft" "x-systemd.idle-timeout=600" "fsc"];
};
"/mnt/docker_home" = {
device = "server.arpa:/home/docker";
fsType = "nfs";
options = ["x-systemd.automount" "noauto" "x-systemd.idle-timeout=600"];
};
};
environment.systemPackages = with pkgs; [