diff --git a/flake.lock b/flake.lock index 5127b5d..921a94e 100644 --- a/flake.lock +++ b/flake.lock @@ -2,16 +2,16 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1764560356, - "narHash": "sha256-M5aFEFPppI4UhdOxwdmceJ9bDJC4T6C6CzCK1E2FZyo=", + "lastModified": 1764522689, + "narHash": "sha256-SqUuBFjhl/kpDiVaKLQBoD8TLD+/cTUzzgVFoaHrkqY=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "6c8f0cca84510cc79e09ea99a299c9bc17d03cb6", + "rev": "8bb5646e0bed5dbd3ab08c7a7cc15b75ab4e1d0f", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-25.05", + "ref": "nixos-25.11", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 7477fbc..3b82078 100644 --- a/flake.nix +++ b/flake.nix @@ -4,7 +4,7 @@ { description = "Custom Minimal NixOS installation media"; - inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05"; + inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11"; outputs = { self, nixpkgs }: { @@ -17,6 +17,7 @@ { imports = [ (modulesPath + "/installer/cd-dvd/installation-cd-minimal.nix") ]; + networking.wireless.enable = nixpkgs.lib.mkForce false; networking.networkmanager.enable = true; environment.systemPackages = with pkgs; [