From 0ecb8aa1c8ebf4d5b8dfada617d33efca1f04bab Mon Sep 17 00:00:00 2001 From: nathan mccarty Date: Mon, 4 Jul 2022 17:34:15 -0400 Subject: [PATCH] Add nfs shares --- hardware/levitation.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hardware/levitation.nix b/hardware/levitation.nix index 8e5ae05..a33b700 100644 --- a/hardware/levitation.nix +++ b/hardware/levitation.nix @@ -61,6 +61,14 @@ device = "10.0.0.139:/mnt/tank/root/nathan/music"; fsType = "nfs"; }; + fileSystems."/mnt/general" = { + device = "10.0.0.139:/mnt/tank/root/shares/general"; + fsType = "nfs"; + }; + fileSystems."/mnt/archive" = { + device = "10.0.0.139:/mnt/tank/root/shares/archive"; + fsType = "nfs"; + }; swapDevices = [{