feat: add stash + nextcloud nfs
This commit is contained in:
parent
339d06938a
commit
801f74ab5c
1 changed files with 8 additions and 0 deletions
|
@ -18,6 +18,14 @@
|
||||||
{ device = "192.168.1.71:/volume1/hime";
|
{ device = "192.168.1.71:/volume1/hime";
|
||||||
fsType = "nfs";
|
fsType = "nfs";
|
||||||
};
|
};
|
||||||
|
fileSystems."/home/oh/docker/nextcloud" =
|
||||||
|
{ device = "192.168.1.71:/volume1/nextcloud";
|
||||||
|
fsType = "nfs";
|
||||||
|
};
|
||||||
|
fileSystems."/home/oh/docker/stash/data" =
|
||||||
|
{ device = "192.168.1.71:/volume1/stash";
|
||||||
|
fsType = "nfs";
|
||||||
|
};
|
||||||
|
|
||||||
swapDevices =
|
swapDevices =
|
||||||
[ { device = "/dev/disk/by-uuid/15978bb3-da9b-4ec2-bd35-1716dd97812b"; }
|
[ { device = "/dev/disk/by-uuid/15978bb3-da9b-4ec2-bd35-1716dd97812b"; }
|
||||||
|
|
Loading…
Reference in a new issue