This commit is contained in:
iFargle 2023-08-31 13:33:43 +09:00
parent 78dd3e8d40
commit 33fec3c08e

View file

@ -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;