From 2c65680c6c8dfd4186f3387f5e891847cd669a43 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 2 Jan 2025 00:03:54 +0400 Subject: [PATCH] lmao 3 --- modules/server/ddns.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/server/ddns.nix b/modules/server/ddns.nix index 69358018..35a497bd 100644 --- a/modules/server/ddns.nix +++ b/modules/server/ddns.nix @@ -22,7 +22,10 @@ in { }; }; }; - users.users.ddns-updater = { group = "ddns-updater"; }; + users.users.ddns-updater = { + group = "ddns-updater"; + isSystemUser = true; + }; users.groups.ddns-updater = { }; systemd.services.ddns-updater = {