diff --git a/hosts/kirk/default.nix b/hosts/kirk/default.nix index 3ee7918..974e2cf 100644 --- a/hosts/kirk/default.nix +++ b/hosts/kirk/default.nix @@ -27,6 +27,7 @@ "wireguard-client" "restic" "greetd" + "syncthing" ] ++ [ ./disko.nix @@ -82,7 +83,7 @@ networking.hostId = "3a7683ae"; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; - powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; # or ondemand? + powerManagement.cpuFreqGovernor = lib.mkDefault "schedutil"; hardware.enableRedistributableFirmware = lib.mkDefault true; hardware.opengl = {