diff --git a/flake.nix b/flake.nix index a933d0b..6f1b771 100644 --- a/flake.nix +++ b/flake.nix @@ -130,6 +130,16 @@ } ]; }; + citadel = nixpkgs.lib.nixosSystem { + inherit specialArgs; + modules = [ + ./hosts/citadel + home-manager.nixosModules.home-manager + { + home-manager.extraSpecialArgs = specialArgs; + } + ]; + }; }; }; }