Oops, that should be everywhere
This commit is contained in:
parent
b8cfc7d25a
commit
98c15fc613
1 changed files with 2 additions and 0 deletions
|
|
@ -40,6 +40,7 @@
|
|||
nixosConfigurations.NixDawn = nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = [
|
||||
home-manager.nixosModule
|
||||
{ nixpkgs.overlays = [ unstable-overlay ]; }
|
||||
./hosts/NixDawn/configuration.nix
|
||||
];
|
||||
|
|
@ -48,6 +49,7 @@
|
|||
nixosConfigurations.NixAdvantage = nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = [
|
||||
home-manager.nixosModule
|
||||
{ nixpkgs.overlays = [ unstable-overlay ]; }
|
||||
./hosts/NixAdvantage/configuration.nix
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue