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