mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-07 02:06:34 +05:30
disable wifi powersave
This commit is contained in:
@ -50,7 +50,10 @@
|
||||
|
||||
networking = {
|
||||
hostName = "canopus";
|
||||
networkmanager.enable = true;
|
||||
networkmanager = {
|
||||
enable = true;
|
||||
wifi.powersave = false;
|
||||
};
|
||||
firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [80 443 3000 6666 8081];
|
||||
|
Reference in New Issue
Block a user