feat: scrutiny collectior desktop
This commit is contained in:
parent
b8a5e48e85
commit
4b66009b03
|
@ -59,4 +59,5 @@
|
|||
];
|
||||
|
||||
services.netbird.enable = true;
|
||||
nix.gc.automatic = lib.mkForce false;
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -66,6 +66,7 @@
|
|||
unzip
|
||||
# fix pcscd
|
||||
pcscliteWithPolkit.out
|
||||
wireguard-tools
|
||||
];
|
||||
|
||||
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
|
||||
|
|
|
@ -18,6 +18,7 @@ lib.optionalAttrs (!minimal) {
|
|||
enable = true;
|
||||
package = pkgs.wireshark;
|
||||
};
|
||||
|
||||
services.nixseparatedebuginfod.enable = true;
|
||||
environment = {
|
||||
enableDebugInfo = true;
|
||||
|
|
Loading…
Reference in a new issue