feat(flake): append missing modules
Append missing modules for `nixos` and `home-manager` configs
This commit is contained in:
parent
9a9524a71e
commit
177babd497
1 changed files with 2 additions and 2 deletions
|
@ -109,7 +109,7 @@
|
|||
mkNixosHost = system: hostname: nixpkgs.lib.nixosSystem {
|
||||
modules = [
|
||||
./machines/nixos/${system}/${hostname}/configuration.nix
|
||||
];
|
||||
] ++ (builtins.attrValues nixosModules);
|
||||
|
||||
specialArgs = {
|
||||
inherit inputs outputs;
|
||||
|
@ -162,7 +162,7 @@
|
|||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
modules = [
|
||||
./machines/home-manager/${system}/${hostname}/home.nix
|
||||
];
|
||||
] ++ (builtins.attrValues homeManagerModules);
|
||||
extraSpecialArgs = { inherit inputs outputs; };
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue