From 90bbc618dec3876e2de8d64bd28efefea31fb4d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Wed, 1 May 2024 19:11:55 +0200 Subject: [PATCH] Add ha1 to flake output --- flake.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/flake.nix b/flake.nix index ff61e69..89d76aa 100644 --- a/flake.nix +++ b/flake.nix @@ -55,6 +55,15 @@ sops-nix.nixosModules.sops ]; }; + ha1 = nixpkgs.lib.nixosSystem { + inherit system; + specialArgs = { inherit inputs self sops-nix; }; + modules = [ + ({ config, pkgs, ... }: { nixpkgs.overlays = [ overlay-unstable ]; }) + ./hosts/ha1 + sops-nix.nixosModules.sops + ]; + }; template1 = nixpkgs.lib.nixosSystem { inherit system; specialArgs = { inherit inputs self sops-nix; };