diff --git a/nix/home-server.nix b/nix/home-server.nix index 0891823..a225f7f 100644 --- a/nix/home-server.nix +++ b/nix/home-server.nix @@ -134,7 +134,7 @@ boot.supportedFilesystems = [ "zfs" ]; boot.zfs.forceImportRoot = false; networking.hostId = "eafe9551"; - boot.zfs.extraPools = [ "data-ssd" "backup" ]; + boot.zfs.extraPools = [ "data-ssd" "backup" "vms" ]; services.sanoid = { enable = true; templates.production = {