From 1f1efb68459ebc5c36e028d0a731114bf58fef6c Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Tue, 24 Sep 2024 20:30:59 -0400 Subject: [PATCH] Update flake with new hosts --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index a6e4764..4c9827b 100644 --- a/flake.nix +++ b/flake.nix @@ -28,5 +28,5 @@ inputs.home-manager.nixosModules.home-manager ]; }); - in {nixosConfigurations = lib.attrsets.genAttrs [ "Parzival" "Parzival-Mobile" ] ns;}; + in {nixosConfigurations = lib.attrsets.genAttrs [ "Parzival" "Parzival-Mobile" "WCE-Vault" "WCE-Home" ] ns;}; }