[ASUS] Montage NFS via Wireguard
This commit is contained in:
parent
cc99b79dcd
commit
c3972d0a12
1 changed files with 6 additions and 0 deletions
|
@ -22,6 +22,12 @@
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fileSystems."/mnt/medias_loutreos" = {
|
||||||
|
device = "192.168.20.1:/mnt/medias";
|
||||||
|
fsType = "nfs";
|
||||||
|
options = ["x-systemd.automount" "noauto"];
|
||||||
|
};
|
||||||
|
|
||||||
swapDevices =
|
swapDevices =
|
||||||
[ { device = "/dev/disk/by-uuid/156cd5e8-715c-48a5-9df4-14565227a6c9"; }
|
[ { device = "/dev/disk/by-uuid/156cd5e8-715c-48a5-9df4-14565227a6c9"; }
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Reference in a new issue