system(Eclipse): Some changes

This commit is contained in:
2024-09-29 21:47:41 +03:00
committed by Sweetbread
parent 1476f1a096
commit c9927259a0
11 changed files with 100 additions and 38 deletions

View File

@ -48,7 +48,7 @@
];
};
popka = nixpkgs.lib.nixosSystem {
Eclipse = nixpkgs.lib.nixosSystem {
specialArgs = {
pkgs-stable = import nixpkgs-stable {
inherit system;
@ -57,7 +57,7 @@
inherit inputs system;
};
modules = [
./nixos/hosts/popka/configuration.nix
./nixos/hosts/Eclipse/configuration.nix
];
};
};