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" = {
|
fileSystems."/home/server" = {
|
||||||
device = "10.1:/home/server";
|
device = "10.1:/home/server";
|
||||||
fsType = "nfs";
|
fsType = "nfs";
|
||||||
options = [ "x-systemd.automount" "noauto" ];
|
options = [ "x-systemd.automount" "x-systemd.mount-timeout=30" "_netdev" "noauto" ];
|
||||||
};
|
};
|
||||||
fileSystems."/home/user/Workspace" = {
|
fileSystems."/home/user/Workspace" = {
|
||||||
device = "10.1:/home/server/Workspace";
|
device = "10.1:/home/server/Workspace";
|
||||||
fsType = "nfs";
|
fsType = "nfs";
|
||||||
options = [ "x-systemd.automount" "noauto" ];
|
options = [ "x-systemd.automount" "x-systemd.mount-timeout=30" "_netdev" "noauto" ];
|
||||||
};
|
};
|
||||||
fileSystems."/home/user/Documents" = {
|
fileSystems."/home/user/Documents" = {
|
||||||
device = "10.1:/home/server/Storage/Thomas/Documents";
|
device = "10.1:/home/server/Storage/Thomas/Documents";
|
||||||
fsType = "nfs";
|
fsType = "nfs";
|
||||||
options = [ "x-systemd.automount" "noauto" ];
|
options = [ "x-systemd.automount" "x-systemd.mount-timeout=30" "_netdev" "noauto" ];
|
||||||
};
|
};
|
||||||
fileSystems."/home/user/Pictures" = {
|
fileSystems."/home/user/Pictures" = {
|
||||||
device = "10.1:/home/server/Storage/Thomas/Pictures";
|
device = "10.1:/home/server/Storage/Thomas/Pictures";
|
||||||
fsType = "nfs";
|
fsType = "nfs";
|
||||||
options = [ "x-systemd.automount" "noauto" ];
|
options = [ "x-systemd.automount" "x-systemd.mount-timeout=30" "_netdev" "noauto" ];
|
||||||
};
|
};
|
||||||
fileSystems."/home/user/Videos" = {
|
fileSystems."/home/user/Videos" = {
|
||||||
device = "10.1:/home/server/Storage/Thomas/Videos";
|
device = "10.1:/home/server/Storage/Thomas/Videos";
|
||||||
fsType = "nfs";
|
fsType = "nfs";
|
||||||
options = [ "x-systemd.automount" "noauto" ];
|
options = [ "x-systemd.automount" "x-systemd.mount-timeout=30" "_netdev" "noauto" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue