commit a68e231e2e4d28df4cb27cc61518d1c50adef085 (tree)
parent 16372762984018f9411c197bbdf5c24e16f0694b
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date: Wed, 19 Feb 2025 22:16:22 +0200
onvif-zeep
Diffstat:
2 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/hosts/fra1-b/configuration.nix b/hosts/fra1-b/configuration.nix
@@ -127,6 +127,8 @@ in
};
};
+ powerManagement.cpuFreqGovernor = "performance";
+
networking = {
hostName = "fra1-b";
domain = "servers.jakst";
diff --git a/hosts/vno1-gdrx/configuration.nix b/hosts/vno1-gdrx/configuration.nix
@@ -172,10 +172,13 @@ in
users.extraGroups.guixbuild.members = [ "motiejus" ];
environment.systemPackages = with pkgs; [
+ (python3.withPackages (ps: [ ps.onvif-zeep ]))
linuxPackages.rr-zen_workaround
lutris
];
+ powerManagement.cpuFreqGovernor = "performance";
+
networking = {
hostName = "vno1-gdrx";
domain = "motiejus.jakst";