feat: scrutiny collectior desktop

This commit is contained in:
Patrick 2024-04-01 15:01:59 +02:00
parent b8a5e48e85
commit 4b66009b03
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F
5 changed files with 5 additions and 1 deletions

View file

@ -59,4 +59,5 @@
]; ];
services.netbird.enable = true; services.netbird.enable = true;
nix.gc.automatic = lib.mkForce false;
} }

View file

@ -52,7 +52,7 @@
enable = true; enable = true;
settings = { settings = {
host.id = "desktopnix"; host.id = "desktopnix";
api.endpoint = nodes.elisabeth.config.wireguard.scrtiny-patrick.ipv4; api.endpoint = "http://${nodes.elisabeth.config.wireguard.scrtiny-patrick.ipv4}:8080";
}; };
}; };
}; };

View file

@ -129,6 +129,7 @@
reservedAddresses = ["10.44.0.0/16" "fd00:1766::/112"]; reservedAddresses = ["10.44.0.0/16" "fd00:1766::/112"];
openFirewall = true; openFirewall = true;
}; };
networking.nftables.firewall.zones.untrusted.interfaces = ["scrtiny-patrick"];
services.scrutiny = { services.scrutiny = {
enable = true; enable = true;
openFirewall = true; openFirewall = true;

View file

@ -66,6 +66,7 @@
unzip unzip
# fix pcscd # fix pcscd
pcscliteWithPolkit.out pcscliteWithPolkit.out
wireguard-tools
]; ];
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";

View file

@ -18,6 +18,7 @@ lib.optionalAttrs (!minimal) {
enable = true; enable = true;
package = pkgs.wireshark; package = pkgs.wireshark;
}; };
services.nixseparatedebuginfod.enable = true; services.nixseparatedebuginfod.enable = true;
environment = { environment = {
enableDebugInfo = true; enableDebugInfo = true;