add media mounts, wireguard vpn

This commit is contained in:
2023-08-12 20:31:22 -04:00
parent 4f1f7d301a
commit 1051a242b1
2 changed files with 48 additions and 1 deletions
+12
View File
@@ -27,6 +27,18 @@
device = "10.0.10.2:/volume1/system-backups";
fsType = "nfs";
};
"/movies" = {
device = "10.0.10.2:/volume1/video/movies";
fsType = "nfs";
};
"/music" = {
device = "10.0.10.2:/volume1/music";
fsType = "nfs";
};
"/tvshows" = {
device = "10.0.10.2:/volume1/video/tvshows";
fsType = "nfs";
};
};
environment = {