From 156e451fcd31120864ad037af6c5f37c5ce5a4e1 Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Sat, 23 Sep 2023 20:22:22 -0400 Subject: add qbittorrent. add NAS settings --- systems/jonbox/filesystem.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'systems/jonbox/filesystem.nix') diff --git a/systems/jonbox/filesystem.nix b/systems/jonbox/filesystem.nix index 30dafc6..4faa688 100644 --- a/systems/jonbox/filesystem.nix +++ b/systems/jonbox/filesystem.nix @@ -12,6 +12,21 @@ fsType = "vfat"; }; + fileSystems."/mnt/jonshare" = { + device = "homenas:/var/data/jon"; + fsType = "nfs"; + }; + + fileSystems."/mnt/plexshare" = { + device = "homenas:/var/data/plex"; + fsType = "nfs"; + }; + + fileSystems."/mnt/share" = { + device = "homenas:/var/data/shared"; + fsType = "nfs"; + }; + swapDevices = [ { device = "/dev/disk/by-uuid/acfc7ea5-0787-4e05-bcf1-20b7adb0f35c"; } ]; -- cgit v1.2.1