diff --git a/flake.nix b/flake.nix index ccd024c..fc9b94c 100644 --- a/flake.nix +++ b/flake.nix @@ -81,6 +81,15 @@ ]; specialArgs = { inherit lib inputs; }; }; + pi = nixpkgs.lib.nixosSystem { + modules = [ + home-manager.nixosModules.home-manager + agenix.nixosModules.default + (import ./modules) + ./hosts/pi + ]; + specialArgs = { inherit lib inputs; }; + }; }; }; }