wip - fixes to import and config location
This commit is contained in:
4
modules/nixos/networking.nix
Normal file
4
modules/nixos/networking.nix
Normal file
@@ -0,0 +1,4 @@
|
||||
{lib, ...}:{
|
||||
networking.networkmanager.enable = true;
|
||||
networking.networkmanager.wifi.powersave = lib.mkDefault true;
|
||||
}
|
Reference in New Issue
Block a user