reproduce test
This commit is contained in:
parent
f1373e2318
commit
c5469546ff
1 changed files with 3 additions and 6 deletions
|
|
@ -22,10 +22,8 @@
|
|||
pkgs-unstable = nixpkgs-unstable.legacyPackages.${system};
|
||||
in
|
||||
{
|
||||
|
||||
nixosConfigurations = {
|
||||
nixos-personal = lib.nixosSystem {
|
||||
inherit system;
|
||||
nixosConfigurations.nixos-personal = lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = [
|
||||
./configuration.nix
|
||||
./hardware-configuration.nix
|
||||
|
|
@ -70,8 +68,7 @@
|
|||
specialArgs = {
|
||||
inherit pkgs-unstable;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
homeConfigurations = {
|
||||
gpskwlkr = home-manager.lib.homeManagerConfiguration {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue