Missed 2
This commit is contained in:
parent
c625bba259
commit
b288e381a8
|
@ -14,8 +14,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# Network mounts
|
# Network mounts
|
||||||
"/home/${config.sysusers.main}/JimboNFS" = {
|
"/home/${config.sysusers.main}/KittyNFS" = {
|
||||||
device = "10.100.0.1:/export/JimboNFS";
|
device = "10.100.0.1:/export/KittyNFS";
|
||||||
fsType = "nfs4";
|
fsType = "nfs4";
|
||||||
options = [ "x-systemd.automount" "_netdev" "nofail" "noauto" ];
|
options = [ "x-systemd.automount" "_netdev" "nofail" "noauto" ];
|
||||||
};
|
};
|
||||||
|
|
4
hosts/extern/filesystems/default.nix
vendored
4
hosts/extern/filesystems/default.nix
vendored
|
@ -2,8 +2,8 @@
|
||||||
{
|
{
|
||||||
fileSystems = {
|
fileSystems = {
|
||||||
# Network mounts
|
# Network mounts
|
||||||
"/home/${config.sysusers.main}/JimboNFS" = {
|
"/home/${config.sysusers.main}/KittyNFS" = {
|
||||||
device = "10.100.0.1:/export/JimboNFS";
|
device = "10.100.0.1:/export/KittyNFS";
|
||||||
fsType = "nfs4";
|
fsType = "nfs4";
|
||||||
options = [ "x-systemd.automount" "_netdev" "nofail" "noauto" ];
|
options = [ "x-systemd.automount" "_netdev" "nofail" "noauto" ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue