services: add new nas nfs share

This commit is contained in:
2023-01-07 19:43:12 +01:00
parent 78a120c99b
commit 845a69089b
5 changed files with 66 additions and 2 deletions

View File

@@ -71,6 +71,12 @@
options = [ "noauto,users,x-systemd.automount,x-systemd.device-timeout=10,soft,timeo=14,x-systemd.idle-timeout=1min,sec=sys,exec" ];
};
fileSystems."/mnt/Pluto" =
{ device = "nas:/mnt/Pluto";
fsType = "nfs";
options = [ "noauto,users,x-systemd.automount,x-systemd.device-timeout=10,soft,timeo=14,x-systemd.idle-timeout=1min,sec=sys,exec" ];
};
swapDevices = [ ];