Change some paths
This commit is contained in:
parent
b3a2c38b0b
commit
380393b423
6 changed files with 10 additions and 10 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
# Network mounts
|
||||
"/home/${config.sysusers.main}/Midas" = {
|
||||
device = "10.100.0.1:/storage";
|
||||
device = "10.100.0.1:/";
|
||||
fsType = "nfs4";
|
||||
options = [ "x-systemd.automount" "_netdev" "nofail" "noauto" ];
|
||||
};
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
fileSystems."/home/${config.sysusers.main}/Midas" = {
|
||||
device = "10.100.0.1:/storage";
|
||||
device = "10.100.0.1:/";
|
||||
fsType = "nfs4";
|
||||
options = [ "x-systemd.automount" "_netdev" "nofail" "noauto" ];
|
||||
};
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
options = [ "nosuid" "nodev" ];
|
||||
};
|
||||
"/home/${config.sysusers.main}/Midas" = {
|
||||
device = "10.100.0.1:/storage";
|
||||
device = "10.100.0.1:/";
|
||||
fsType = "nfs4";
|
||||
options = [ "x-systemd.automount" "_netdev" "nofail" "noauto" ];
|
||||
};
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
|
||||
# Network mounts
|
||||
"/home/${config.sysusers.main}/Midas" = {
|
||||
device = "${config.ips.server}:/storage";
|
||||
device = "${config.ips.server}:/";
|
||||
fsType = "nfs4";
|
||||
options = [ "x-systemd.automount" "noauto" "soft" "_netdev" ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue