Update Installation.md

This commit is contained in:
Gustavo Iñiguez Goia 2025-01-10 00:41:40 +01:00 committed by GitHub
parent 3e898c41ff
commit 2204ae3d9a
Failed to generate hash of commit

View file

@ -28,8 +28,12 @@ dnf:
#### NixOS
Add following line to your system configuration to install and enable OpenSnitch
> services.opensnitch.enable = true;
```bash
services.opensnitch.enable = true;
environment.systemPackages = with pkgs; [
opensnitch-ui
];
```
https://nixos.wiki/wiki/OpenSnitch