Add the podcasts share to perception

This commit is contained in:
Nathan McCarty 2023-06-21 03:36:30 -04:00
parent aa1c447d41
commit 329378a707
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 5 additions and 0 deletions

View File

@ -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"; }];