opensnitch
This commit is contained in:
parent
fb95429ee7
commit
8f8810c732
16
common/services/opensnitch.nix
Normal file
16
common/services/opensnitch.nix
Normal 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;
|
||||||
|
};
|
||||||
|
}
|
|
@ -37,6 +37,7 @@ in {
|
||||||
# Services
|
# Services
|
||||||
../../common/services/auditd.nix
|
../../common/services/auditd.nix
|
||||||
../../common/services/nix-gc.nix
|
../../common/services/nix-gc.nix
|
||||||
|
../../common/services/opensnitch.nix
|
||||||
../../common/services/adguardhome.nix
|
../../common/services/adguardhome.nix
|
||||||
../../common/services/syncthing.nix
|
../../common/services/syncthing.nix
|
||||||
../../common/services/usbguard.nix
|
../../common/services/usbguard.nix
|
||||||
|
@ -107,7 +108,6 @@ in {
|
||||||
|
|
||||||
programs.adb.enable = true;
|
programs.adb.enable = true;
|
||||||
|
|
||||||
|
|
||||||
services.grafana = {
|
services.grafana = {
|
||||||
enable = false;
|
enable = false;
|
||||||
settings.server = {
|
settings.server = {
|
||||||
|
|
Loading…
Reference in a new issue