From d0a3f81a263dc448e21e5f8b7814aba9e7993b7c Mon Sep 17 00:00:00 2001 From: jacobi petrucciani Date: Tue, 31 Dec 2024 13:50:56 -0500 Subject: [PATCH] more zfs --- hosts/polaris/configuration.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/hosts/polaris/configuration.nix b/hosts/polaris/configuration.nix index ab8e7bf3..1a6ee524 100644 --- a/hosts/polaris/configuration.nix +++ b/hosts/polaris/configuration.nix @@ -33,17 +33,12 @@ in kernel.sysctl = { } // common.sysctl_opts; tmp.useTmpfs = true; zfs = { + extraPools = [ "zroot/box" ]; forceImportRoot = false; forceImportAll = false; }; }; - # fileSystems."/opt/box" = { - # device = "zroot/box"; - # fsType = "zfs"; - # options = [ "legacy" ]; - # }; - environment = { variables = { NIX_HOST = hostname;