From 864d739b6847ba82b8cfcadfeb4a880112afdd77 Mon Sep 17 00:00:00 2001 From: chn Date: Mon, 26 Feb 2024 19:36:44 +0800 Subject: [PATCH] add xmupc1 deploy --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 95eb95e8..21f5c1f3 100644 --- a/flake.nix +++ b/flake.nix @@ -150,7 +150,7 @@ inputs.self.nixosConfigurations.${node}; }; }) - [ "vps6" "vps7" "nas" "surface" ]); + [ "vps6" "vps7" "nas" "surface" "xmupc1" ]); }; checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks inputs.self.deploy) inputs.deploy-rs.lib; overlays.default = final: prev: