1
Fork 0
mirror of https://github.com/thegeneralist01/config.git synced 2026-03-07 10:59:55 +01:00
config/modules/linux/networking.nix
2025-05-24 15:38:19 +02:00

5 lines
140 B
Nix

{
networking.hostName = "thegeneralist";
networking.networkmanager.enable = true;
networking.networkmanager.wifi.powersave = false;
}