mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-19 13:34:13 -05:00
Use iwd on parzival instead for now
This commit is contained in:
parent
62a5e7f310
commit
5570a96827
1 changed files with 2 additions and 2 deletions
|
|
@ -1,11 +1,11 @@
|
|||
{config, pkgs, ...}:{
|
||||
{lib, config, pkgs, ...}:{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../../modules
|
||||
];
|
||||
|
||||
networking.hostName = "Parzival";
|
||||
networking.networkmanager.enable = false;
|
||||
networking.networkmanager.enable = lib.mkForce false;
|
||||
networking.wireless.iwd.enable = true;
|
||||
|
||||
hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.production;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue