onvif-zeep

This commit is contained in:
2025-02-19 22:16:22 +02:00
parent 1637276298
commit a68e231e2e
2 changed files with 5 additions and 0 deletions

View File

@@ -127,6 +127,8 @@ in
}; };
}; };
powerManagement.cpuFreqGovernor = "performance";
networking = { networking = {
hostName = "fra1-b"; hostName = "fra1-b";
domain = "servers.jakst"; domain = "servers.jakst";

View File

@@ -172,10 +172,13 @@ in
users.extraGroups.guixbuild.members = [ "motiejus" ]; users.extraGroups.guixbuild.members = [ "motiejus" ];
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
(python3.withPackages (ps: [ ps.onvif-zeep ]))
linuxPackages.rr-zen_workaround linuxPackages.rr-zen_workaround
lutris lutris
]; ];
powerManagement.cpuFreqGovernor = "performance";
networking = { networking = {
hostName = "vno1-gdrx"; hostName = "vno1-gdrx";
domain = "motiejus.jakst"; domain = "motiejus.jakst";