From 7c9f92d7eedd5fa79614d7f9383b4be316bda443 Mon Sep 17 00:00:00 2001 From: Louis Pearson Date: Tue, 9 Jan 2024 15:21:20 -0700 Subject: [PATCH] feat: import zroot on boot --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index 7faa458..c497f3d 100644 --- a/configuration.nix +++ b/configuration.nix @@ -18,6 +18,7 @@ networking.hostId = "3e52e44f"; boot.supportedFilesystems = [ "zfs" ]; boot.zfs.forceImportRoot = false; + boot.zfs.extraPools = [ "zroot" ]; networking.hostName = "samsehu"; # Define your hostname.