Skip to content

Commit 3e898c4

Browse files
Update Installation.md
#1253
1 parent 232dd87 commit 3e898c4

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

wiki/Installation.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ dnf:
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

0 commit comments

Comments
 (0)