Fri Jun 21 01:53:47 PM CEST 2024
This commit is contained in:
parent
cf90da37f0
commit
b8d914355d
|
@ -51,27 +51,27 @@
|
|||
};
|
||||
|
||||
fileSystems."/home/server" = {
|
||||
device = "10.1:/home/server";
|
||||
device = "192.168.1.2:/home/server";
|
||||
fsType = "nfs";
|
||||
options = [ "x-systemd.automount" "x-systemd.mount-timeout=1" "_netdev" "noauto" "timeo=1" ];
|
||||
};
|
||||
fileSystems."/home/user/Workspace" = {
|
||||
device = "10.1:/home/server/Workspace";
|
||||
device = "192.168.1.2:/home/server/Workspace";
|
||||
fsType = "nfs";
|
||||
options = [ "x-systemd.automount" "x-systemd.mount-timeout=1" "_netdev" "noauto" "timeo=1" ];
|
||||
};
|
||||
fileSystems."/home/user/Documents" = {
|
||||
device = "10.1:/home/server/Storage/Thomas/Documents";
|
||||
device = "192.168.1.2:/home/server/Storage/Thomas/Documents";
|
||||
fsType = "nfs";
|
||||
options = [ "x-systemd.automount" "x-systemd.mount-timeout=1" "_netdev" "noauto" "timeo=1" ];
|
||||
};
|
||||
fileSystems."/home/user/Pictures" = {
|
||||
device = "10.1:/home/server/Storage/Thomas/Pictures";
|
||||
device = "192.168.1.2:/home/server/Storage/Thomas/Pictures";
|
||||
fsType = "nfs";
|
||||
options = [ "x-systemd.automount" "x-systemd.mount-timeout=1" "_netdev" "noauto" "timeo=1" ];
|
||||
};
|
||||
fileSystems."/home/user/Videos" = {
|
||||
device = "10.1:/home/server/Storage/Thomas/Videos";
|
||||
device = "192.168.1.2:/home/server/Storage/Thomas/Videos";
|
||||
fsType = "nfs";
|
||||
options = [ "x-systemd.automount" "x-systemd.mount-timeout=1" "_netdev" "noauto" "timeo=1" ];
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue