Wed Jun 5 01:17:14 AM CEST 2024
This commit is contained in:
parent
0fd6f47908
commit
b0f2924fbf
|
@ -48,26 +48,26 @@
|
|||
fileSystems."/home/server" = {
|
||||
device = "10.1:/home/server";
|
||||
fsType = "nfs";
|
||||
options = [ "x-systemd.automount" "noauto" ];
|
||||
options = [ "x-systemd.automount" "x-systemd.mount-timeout=30" "_netdev" "noauto" ];
|
||||
};
|
||||
fileSystems."/home/user/Workspace" = {
|
||||
device = "10.1:/home/server/Workspace";
|
||||
fsType = "nfs";
|
||||
options = [ "x-systemd.automount" "noauto" ];
|
||||
options = [ "x-systemd.automount" "x-systemd.mount-timeout=30" "_netdev" "noauto" ];
|
||||
};
|
||||
fileSystems."/home/user/Documents" = {
|
||||
device = "10.1:/home/server/Storage/Thomas/Documents";
|
||||
fsType = "nfs";
|
||||
options = [ "x-systemd.automount" "noauto" ];
|
||||
options = [ "x-systemd.automount" "x-systemd.mount-timeout=30" "_netdev" "noauto" ];
|
||||
};
|
||||
fileSystems."/home/user/Pictures" = {
|
||||
device = "10.1:/home/server/Storage/Thomas/Pictures";
|
||||
fsType = "nfs";
|
||||
options = [ "x-systemd.automount" "noauto" ];
|
||||
options = [ "x-systemd.automount" "x-systemd.mount-timeout=30" "_netdev" "noauto" ];
|
||||
};
|
||||
fileSystems."/home/user/Videos" = {
|
||||
device = "10.1:/home/server/Storage/Thomas/Videos";
|
||||
fsType = "nfs";
|
||||
options = [ "x-systemd.automount" "noauto" ];
|
||||
options = [ "x-systemd.automount" "x-systemd.mount-timeout=30" "_netdev" "noauto" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue