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;
nix.gc.automatic = lib.mkForce false;
}

View file

@ -52,7 +52,7 @@
enable = true;
settings = {
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"];
openFirewall = true;
};
networking.nftables.firewall.zones.untrusted.interfaces = ["scrtiny-patrick"];
services.scrutiny = {
enable = true;
openFirewall = true;

View file

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

View file

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