diff options
Diffstat (limited to 'nix/wgautomesh.nix')
-rw-r--r-- | nix/wgautomesh.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nix/wgautomesh.nix b/nix/wgautomesh.nix index 55aa73f..1c36198 100644 --- a/nix/wgautomesh.nix +++ b/nix/wgautomesh.nix @@ -8,11 +8,11 @@ in { lib, config, pkgs, ... }: with lib; let - cfg = config.services.wgautomesh; + cfg = config.deuxfleurs.services.wgautomesh; in with builtins; { - options.services.wgautomesh = { + options.deuxfleurs.services.wgautomesh = { enable = mkEnableOption "wgautomesh"; logLevel = mkOption { type = types.enum [ "trace" "debug" "info" "warn" "error" ]; |