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};
|
pkgs-unstable = nixpkgs-unstable.legacyPackages.${system};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
nixosConfigurations.nixos-personal = lib.nixosSystem {
|
||||||
nixosConfigurations = {
|
inherit system;
|
||||||
nixos-personal = lib.nixosSystem {
|
|
||||||
inherit system;
|
|
||||||
modules = [
|
modules = [
|
||||||
./configuration.nix
|
./configuration.nix
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
|
|
@ -70,8 +68,7 @@
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
inherit pkgs-unstable;
|
inherit pkgs-unstable;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
|
||||||
|
|
||||||
homeConfigurations = {
|
homeConfigurations = {
|
||||||
gpskwlkr = home-manager.lib.homeManagerConfiguration {
|
gpskwlkr = home-manager.lib.homeManagerConfiguration {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue