exported export folder from nfs

This commit is contained in:
Leyla Becker 2025-03-09 14:24:15 -05:00
parent 1e98b54454
commit 7b9b394ad2
4 changed files with 8 additions and 3 deletions

View file

@ -58,6 +58,12 @@
fsType = "nfs";
options = ["x-systemd.automount" "user" "nofail" "soft" "x-systemd.idle-timeout=600" "fsc"];
};
"/mnt/media" = {
device = "defiant:/exports/media";
fsType = "nfs";
options = ["x-systemd.automount" "noauto" "user" "noatime" "nofail" "soft" "x-systemd.idle-timeout=600" "fsc"];
};
};
environment.systemPackages = with pkgs; [