From 01b8871c18f5d54f7980a7c924d3ec6092abad3a Mon Sep 17 00:00:00 2001 From: waveringana Date: Sun, 1 Jun 2025 23:34:06 -0400 Subject: [PATCH] fix typo add agenix to buer --- flake.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index d10fe56..9ed0d41 100644 --- a/flake.nix +++ b/flake.nix @@ -75,9 +75,11 @@ buer = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = [ - ./hosts/buer - ] - } + ./hosts/buer + + agenix.nixosModules.default + ]; + }; # Easy to add more hosts /*server2 = nixpkgs.lib.nixosSystem {