add media mounts, wireguard vpn
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user