phantom: use NAS for syncthing data
This commit is contained in:
parent
5062c28d4f
commit
cb68f4f77c
|
@ -5,6 +5,12 @@
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
|
fileSystems."/var/lib/syncthing-data" = {
|
||||||
|
device = "172.16.130.7:/nas/5749/syncthinng_data";
|
||||||
|
fsType = "nfs";
|
||||||
|
options = [ "nofail" ];
|
||||||
|
};
|
||||||
|
|
||||||
swapDevices = [
|
swapDevices = [
|
||||||
{
|
{
|
||||||
device = "/swap/swapfile";
|
device = "/swap/swapfile";
|
||||||
|
|
Loading…
Reference in a new issue