enable thermald on physical machines #61

Merged
pederbs merged 1 commits from thermald into main 2024-08-14 17:31:45 +02:00
1 changed files with 6 additions and 0 deletions

View File

@ -76,6 +76,12 @@
# Trusted users on the nix builder machines
users.groups."nix-builder-users".name = "nix-builder-users";
# Let's not thermal throttle
services.thermald.enable = lib.mkIf (lib.all (x: x) [
(config.nixpkgs.system == "x86_64-linux")
(!config.boot.isContainer or false)
]) true;
services.openssh = {
enable = true;
extraConfig = ''