From 69c6d7657294690d63e75194e34c54fa888fd112 Mon Sep 17 00:00:00 2001 From: cy Date: Fri, 13 Dec 2024 21:57:30 -0500 Subject: [PATCH] nixossystem for chunk --- nix/flake.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/nix/flake.nix b/nix/flake.nix index 1f14581..4a3507a 100644 --- a/nix/flake.nix +++ b/nix/flake.nix @@ -58,6 +58,17 @@ inputs.sops-nix.nixosModules.sops ]; }; + + chunk = lib.nixosSystem { + specialArgs = {inherit inputs outputs;}; + modules = [ + { + nixpkgs = {inherit pkgs;}; + } + ./hosts/chunk + inputs.sops-nix.nixosModules.sops + ]; + }; }; homeConfigurations = {