update config to new 25.11 options
This commit is contained in:
parent
f057233bc5
commit
c01f195d59
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@
|
||||||
}:
|
}:
|
||||||
flakes.nixpkgs.lib.makeOverridable flakes.nixpkgs.lib.nixosSystem {
|
flakes.nixpkgs.lib.makeOverridable flakes.nixpkgs.lib.nixosSystem {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
inherit (pkgs) system;
|
inherit (pkgs.stdenv.hostPlatform) system;
|
||||||
|
|
||||||
modules = [self.nixosModules.default] ++ modules;
|
modules = [self.nixosModules.default] ++ modules;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue