mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced 2025-01-18 18:40:14 +01:00
remove unneccessary var
This commit is contained in:
parent
f673c6ae29
commit
8ca1862742
10
flake.nix
10
flake.nix
|
@ -18,6 +18,10 @@
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
nixosConfigurations = let
|
nixosConfigurations = let
|
||||||
|
host-params = {
|
||||||
|
inherit nixpkgs;
|
||||||
|
inherit home-manager;
|
||||||
|
inherit lix-module;
|
||||||
common-modules = [
|
common-modules = [
|
||||||
lix-module.nixosModules.default
|
lix-module.nixosModules.default
|
||||||
./common
|
./common
|
||||||
|
@ -28,12 +32,6 @@
|
||||||
./modules/desktop-environment.nix
|
./modules/desktop-environment.nix
|
||||||
./modules/desktop-hardware.nix
|
./modules/desktop-hardware.nix
|
||||||
];
|
];
|
||||||
host-params = {
|
|
||||||
inherit nixpkgs;
|
|
||||||
inherit home-manager;
|
|
||||||
inherit lix-module;
|
|
||||||
common-modules = common-modules;
|
|
||||||
desktop-modules = desktop-modules;
|
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
vinzenz-lpt2 = import ./hosts/vinzenz-lpt2 host-params;
|
vinzenz-lpt2 = import ./hosts/vinzenz-lpt2 host-params;
|
||||||
|
|
Loading…
Reference in a new issue