mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 00:24:40 +01:00
Update Installation.md
This commit is contained in:
parent
3e898c41ff
commit
2204ae3d9a
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue