opensnitch

This commit is contained in:
Tasia Iso 2024-06-26 10:40:08 +02:00
parent fb95429ee7
commit 8f8810c732
Signed by: tasiaiso
SSH key fingerprint: SHA256:KiRjUay5C9i6objsEOIycygBHn54pDBB3Lj7fyJ0Elw
2 changed files with 17 additions and 1 deletions

View file

@ -0,0 +1,16 @@
{
lib,
pkgs,
...
}: {
services.opensnitch.enable = true;
environment.systemPackages = with pkgs; [
opensnitch
opensnitch-ui
];
home-manager.users.tasia = {
services.opensnitch-ui.enable = true;
};
}

View file

@ -37,6 +37,7 @@ in {
# Services
../../common/services/auditd.nix
../../common/services/nix-gc.nix
../../common/services/opensnitch.nix
../../common/services/adguardhome.nix
../../common/services/syncthing.nix
../../common/services/usbguard.nix
@ -107,7 +108,6 @@ in {
programs.adb.enable = true;
services.grafana = {
enable = false;
settings.server = {