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