summaryrefslogtreecommitdiffstats
path: root/nixos/modules/services/networking/ncdns.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/ncdns.nix')
-rw-r--r--nixos/modules/services/networking/ncdns.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/services/networking/ncdns.nix b/nixos/modules/services/networking/ncdns.nix
index d30fe0f6f6d1..c5ea5d950573 100644
--- a/nixos/modules/services/networking/ncdns.nix
+++ b/nixos/modules/services/networking/ncdns.nix
@@ -245,8 +245,10 @@ in
users.users.ncdns = {
isSystemUser = true;
+ group = "ncdns";
description = "ncdns daemon user";
};
+ users.groups.ncdns = {};
systemd.services.ncdns = {
description = "ncdns daemon";