test
This commit is contained in:
parent
78dd3e8d40
commit
33fec3c08e
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
{lib, pkgs, desktop, ... }: {
|
||||
environment.systemPackages = [ ] ++ lib.optional (builtins.isString desktop) opensnitch-ui;
|
||||
# Install the UI if we are using a desktop
|
||||
environment.systemPackages = [ ] ++ lib.optional (builtins.isString desktop) pkgs.opensnitch-ui;
|
||||
|
||||
services.opensnitch = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue