Rename JimboNFS to KittyNFS
This commit is contained in:
parent
ea3a6db5af
commit
c625bba259
14 changed files with 20 additions and 70 deletions
|
@ -91,6 +91,6 @@
|
|||
# Needed for impermanence
|
||||
fileSystems = {
|
||||
"/persist".neededForBoot = true;
|
||||
"/persist/home/jimbo".neededForBoot = true;
|
||||
"/persist/home/${config.sysusers.main}".neededForBoot = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
device = "/dev/disk/by-uuid/582C6B802C6B57D0";
|
||||
options = [ "nosuid" "nodev" ];
|
||||
};
|
||||
"/home/${config.sysusers.main}/JimboNFS" = {
|
||||
device = "10.100.0.1:/export/JimboNFS";
|
||||
"/home/${config.sysusers.main}/KittyNFS" = {
|
||||
device = "10.100.0.1:/export/KittyNFS";
|
||||
fsType = "nfs4";
|
||||
options = [ "x-systemd.automount" "_netdev" "nofail" "noauto" ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue