diff --git a/hosts/pc/configuration.nix b/hosts/pc/configuration.nix index c204045..c7e8f96 100644 --- a/hosts/pc/configuration.nix +++ b/hosts/pc/configuration.nix @@ -50,5 +50,15 @@ }; }; + # TODO: disable, only for playing + services.hydra = { + enable = true; + hydraURL = "http://localhost:3000"; + notificationSender = "hydra@localhost"; + buildMachinesFiles = [ ]; + useSubstitutes = true; + }; + + powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; }