about summary refs log tree commit diff
path: root/nixos/modules/services/networking/rdnssd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/rdnssd.nix')
-rw-r--r--nixos/modules/services/networking/rdnssd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/rdnssd.nix b/nixos/modules/services/networking/rdnssd.nix
index a102242eae71..887772f6e5f0 100644
--- a/nixos/modules/services/networking/rdnssd.nix
+++ b/nixos/modules/services/networking/rdnssd.nix
@@ -64,7 +64,7 @@ in
       };
     };
 
-    users.extraUsers.rdnssd = {
+    users.users.rdnssd = {
       description = "RDNSSD Daemon User";
       uid = config.ids.uids.rdnssd;
     };