From 329378a707be83bb2e34d50ee126feede3ba54da Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Wed, 21 Jun 2023 03:36:30 -0400 Subject: [PATCH] Add the podcasts share to perception --- machines/perception/hardware.nix | 5 +++++ 1 file changed, 5 insertions(+) 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"; }];