Add Kitty as a new NFS mount
This commit is contained in:
parent
cb8cca6828
commit
dbecb3e57e
2 changed files with 7 additions and 0 deletions
|
@ -27,4 +27,6 @@
|
||||||
server.enable = true;
|
server.enable = true;
|
||||||
stateVersion = "24.11";
|
stateVersion = "24.11";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.nfs.server.enable = true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -36,5 +36,10 @@
|
||||||
fsType = "nfs4";
|
fsType = "nfs4";
|
||||||
options = [ "x-systemd.automount" "noauto" "soft" "_netdev" ];
|
options = [ "x-systemd.automount" "noauto" "soft" "_netdev" ];
|
||||||
};
|
};
|
||||||
|
"/home/${config.sysusers.main}/Kitty" = {
|
||||||
|
device = "10.2.0.2:/";
|
||||||
|
fsType = "nfs4";
|
||||||
|
options = [ "x-systemd.automount" "noauto" "soft" "_netdev" ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue