File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 2525#### Arch Linux
2626> $ sudo pacman -S opensnitch
2727
28+ #### NixOS
29+
30+ Add following line to your system configuration to install and enable OpenSnitch
31+
32+ > services.opensnitch.enable = true;
33+
34+ https://nixos.wiki/wiki/OpenSnitch
35+
2836➡️ Then lanch the GUI: ` $ opensnitch-ui ` or launch it from the Applications menu.
2937
3038** Remember:**
@@ -74,7 +82,7 @@ Select the right package for your architecture: `$(uname -m) == x86_64` -> opens
7482
7583***
7684
77- ** These packages have been (briefly) tested on:**
85+ ** These packages have been tested on:**
7886 * Daemon ([ v1.4.0rc2] ( https://github.com/evilsocket/opensnitch/releases ) ):
7987 - RedHat Enterprise >= 7.0
8088 - CentOS 8.x
@@ -86,6 +94,7 @@ Select the right package for your architecture: `$(uname -m) == x86_64` -> opens
8694 - Pop!_ OS
8795 - MX Linux 19.x
8896 - PureOS (Librem5)
97+ - NixOS
8998
9099 * UI ([ v1.4.0rc2] ( https://github.com/evilsocket/opensnitch/releases ) ):
91100 - Debian >= 9
@@ -96,6 +105,7 @@ Select the right package for your architecture: `$(uname -m) == x86_64` -> opens
96105 - MX Linux 19.x
97106 - Pop!_ OS
98107 - PureOS (Librem5)
108+ - NixOS
99109
100110 * Window Managers:
101111 - Cinnamon
You can’t perform that action at this time.
0 commit comments