From dfcd4582ba0df76b9f2b7f2a327c36d8f5efb382 Mon Sep 17 00:00:00 2001 From: chn Date: Sun, 10 Sep 2023 15:32:32 +0800 Subject: [PATCH] nas: enable deploy --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index f2760495..16b2ca8a 100644 --- a/flake.nix +++ b/flake.nix @@ -711,7 +711,7 @@ inputs.self.nixosConfigurations.${node}; }; }) - [ "vps6" "vps4" "vps7" ]); + [ "vps6" "vps4" "vps7" "nas" ]); }; }; }