From bb589662d2ff37777872b919ed79298854b6619c Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Mon, 7 Oct 2024 19:45:11 -0400 Subject: [PATCH] added root_pool/nix --- systems/jeeves/hardware.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/systems/jeeves/hardware.nix b/systems/jeeves/hardware.nix index 574e6f2..50941a4 100644 --- a/systems/jeeves/hardware.nix +++ b/systems/jeeves/hardware.nix @@ -1,5 +1,4 @@ -{ config, lib, modulesPath, ... }: - +{ config, lib, modulesPath, ... }: { imports =[ (modulesPath + "/installer/scan/not-detected.nix") ]; @@ -98,6 +97,11 @@ fsType = "zfs"; }; + fileSystems."/nix" = + { device = "root_pool/nix"; + fsType = "zfs"; + }; + "/var" = { device = "root_pool/var"; fsType = "zfs";