Rename JimboNFS to KittyNFS
This commit is contained in:
parent
ea3a6db5af
commit
c625bba259
14 changed files with 20 additions and 70 deletions
|
@ -33,9 +33,9 @@
|
|||
fsType = "btrfs";
|
||||
options = [ "subvol=persist" "compress=zstd" ];
|
||||
};
|
||||
"/export/JimboNFS" = {
|
||||
"/export/KittyNFS" = {
|
||||
depends = [ "/persist" ];
|
||||
device = "/persist/export/JimboNFS";
|
||||
device = "/persist/export/KittyNFS";
|
||||
fsType = "none";
|
||||
options = [ "bind" ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue