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.