diff --git a/machines/perception/hardware.nix b/machines/perception/hardware.nix index 4bbeef3..97997e4 100644 --- a/machines/perception/hardware.nix +++ b/machines/perception/hardware.nix @@ -47,6 +47,11 @@ fsType = "nfs"; }; + fileSystems."/mnt/podcasts" = { + device = "10.0.0.139:/mnt/tank/root/data/podcasts"; + fsType = "nfs"; + }; + swapDevices = [{ device = "/dev/disk/by-uuid/06554e1d-4e6f-4693-88cb-ababf5e98d3d"; }];