Live : Disable wireless instead of NM.
This commit is contained in:
parent
76dfd7ae88
commit
b5979fde0f
|
@ -112,7 +112,7 @@
|
|||
system = "x86_64-linux";
|
||||
modules = [
|
||||
"${nixpkgs}/nixos/modules/installer/cd-dvd/installation-cd-minimal.nix"
|
||||
{ networking.networkmanager.enable = nixpkgs.lib.mkForce false; }
|
||||
{ networking.wireless.enable = nixpkgs.lib.mkForce false; }
|
||||
({ pkgs, ... }: { boot.kernelPackages = nixpkgs.lib.mkForce pkgs.linuxPackages; })
|
||||
./module/Gnome.nix
|
||||
];
|
||||
|
|
Reference in a new issue