From a4a73264c371c1d2032c274b54cd8a0559d98cb4 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Mon, 7 Oct 2024 19:49:55 -0400 Subject: [PATCH] fixed bug --- systems/jeeves/hardware.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/jeeves/hardware.nix b/systems/jeeves/hardware.nix index caee564..769d92e 100644 --- a/systems/jeeves/hardware.nix +++ b/systems/jeeves/hardware.nix @@ -97,7 +97,7 @@ fsType = "zfs"; }; - fileSystems."/nix" = + "/nix" = { device = "root_pool/nix"; fsType = "zfs"; };