From 2b255eadbbaa64f46158349c11b0a547ac9c0253 Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Fri, 17 Nov 2023 22:39:08 +0000 Subject: [PATCH] Fix odyssey nix store --- hosts/odyssey/hardware-configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/odyssey/hardware-configuration.nix b/hosts/odyssey/hardware-configuration.nix index 7847dcd..194c506 100644 --- a/hosts/odyssey/hardware-configuration.nix +++ b/hosts/odyssey/hardware-configuration.nix @@ -44,6 +44,11 @@ in { fsType = "zfs"; }; + fileSystems."/nix" = + { device = "rpool/local/nix"; + fsType = "zfs"; + }; + fileSystems."/tmp" = { device = "rpool/local/tmp"; fsType = "zfs";