format all
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
{ osConfig, pkgs, lib, inputs, ... }:
|
||||
let cfg = osConfig.custom.services.opensnitch;
|
||||
in { config = lib.mkIf cfg.enable { services.opensnitch-ui.enable = true; }; }
|
||||
{
|
||||
osConfig,
|
||||
pkgs,
|
||||
lib,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
cfg = osConfig.custom.services.opensnitch;
|
||||
in
|
||||
{
|
||||
config = lib.mkIf cfg.enable { services.opensnitch-ui.enable = true; };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user