[ASUS] Montage NFS via Wireguard

This commit is contained in:
nyanloutre 2018-09-16 17:01:40 +02:00
parent cc99b79dcd
commit c3972d0a12
1 changed files with 6 additions and 0 deletions

View File

@ -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"; }
]; ];