summaryrefslogtreecommitdiff
path: root/host/athena.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/athena.nix')
-rw-r--r--host/athena.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/host/athena.nix b/host/athena.nix
index bd203d0..eee6483 100644
--- a/host/athena.nix
+++ b/host/athena.nix
@@ -114,6 +114,10 @@
enable = true;
dates = "daily";
};
+ # mitigate conflict with some public WLANs
+ daemon.settings."default-address-pools" = [
+ { "base" = "172.27.0.0/16"; "size" = 24; }
+ ];
};
};
users.users.common.extraGroups = [ "docker" ];
@@ -137,7 +141,7 @@
};
};
- powerManagement.powertop.enable = true;
+ #powerManagement.powertop.enable = true;
system.stateVersion = "21.11";
}