fix: disable networking.wireless ; build: nixos 25.05 -> 25.11
This commit is contained in:
@@ -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; [
|
||||
|
||||
Reference in New Issue
Block a user