From 4eba641d2ff3bd140851a24501dc47928e0ea33e Mon Sep 17 00:00:00 2001 From: Ahwx Date: Thu, 26 Dec 2024 12:38:02 +0100 Subject: [PATCH] fix: missed a `};` and added one somewhere else which caused some hosts to disappear --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 460d581..9d79e92 100644 --- a/flake.nix +++ b/flake.nix @@ -67,6 +67,7 @@ agenix.nixosModules.default ]; specialArgs = { host="yoshino"; inherit self inputs username ; }; + }; ichiyo = nixpkgs.lib.nixosSystem { inherit system; modules = [ @@ -93,5 +94,4 @@ }; }; }; -}; }