update config to new 25.11 options

This commit is contained in:
Fabian Montero 2026-02-13 00:08:14 -06:00
parent f057233bc5
commit c01f195d59

View file

@ -210,7 +210,7 @@
}:
flakes.nixpkgs.lib.makeOverridable flakes.nixpkgs.lib.nixosSystem {
inherit pkgs;
inherit (pkgs) system;
inherit (pkgs.stdenv.hostPlatform) system;
modules = [self.nixosModules.default] ++ modules;