mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced 2025-01-18 10:30: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
|
||||
host-params = {
|
||||
inherit nixpkgs;
|
||||
inherit home-manager;
|
||||
inherit lix-module;
|
||||
common-modules = [
|
||||
lix-module.nixosModules.default
|
||||
./common
|
||||
|
@ -28,12 +32,6 @@
|
|||
./modules/desktop-environment.nix
|
||||
./modules/desktop-hardware.nix
|
||||
];
|
||||
host-params = {
|
||||
inherit nixpkgs;
|
||||
inherit home-manager;
|
||||
inherit lix-module;
|
||||
common-modules = common-modules;
|
||||
desktop-modules = desktop-modules;
|
||||
};
|
||||
in {
|
||||
vinzenz-lpt2 = import ./hosts/vinzenz-lpt2 host-params;
|
||||
|
|
Loading…
Reference in a new issue