iso-cd: fix by overruling conflicting custom configuration
This commit is contained in:
parent
28ccf4f3f9
commit
33bcf093b7
@ -29,6 +29,8 @@ let
|
|||||||
(nixos + "/nixos/modules/installer/cd-dvd/installation-cd-minimal-new-kernel.nix")
|
(nixos + "/nixos/modules/installer/cd-dvd/installation-cd-minimal-new-kernel.nix")
|
||||||
({ config, ... }: {
|
({ config, ... }: {
|
||||||
isoImage.isoBaseName = "nixos-" + config.networking.hostName;
|
isoImage.isoBaseName = "nixos-" + config.networking.hostName;
|
||||||
|
networking.networkmanager.enable = lib.mkForce false; # confilcts with networking.wireless which might be slightly more useful on a stick
|
||||||
|
networking.wireless.iwd.enable = lib.mkForce false; # confilcts with networking.wireless
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user