From b0848727fd70387697308a097f0b5a2fdc8be174 Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Sun, 6 Jul 2025 09:09:43 +0200 Subject: [PATCH] clarify the use of isNormalUser (#436) Reviewed-on: https://git.fediversity.eu/Fediversity/Fediversity/pulls/436 Co-authored-by: Kiara Grouwstra Co-committed-by: Kiara Grouwstra --- panel/nix/configuration.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/panel/nix/configuration.nix b/panel/nix/configuration.nix index 41bb293f..07dd250d 100644 --- a/panel/nix/configuration.nix +++ b/panel/nix/configuration.nix @@ -202,11 +202,8 @@ in }; }; - users.users.${name} = { - # TODO[Niols]: change to system user or document why we specifically - # need a normal user. - isNormalUser = true; - }; + # needed to place a config file with home-manager + users.users.${name}.isNormalUser = true; users.groups.${name} = { }; systemd.services.${name} = {