reinstate user group, fixes application-tests

This commit is contained in:
Kiara Grouwstra 2025-04-17 13:27:43 +02:00
parent a9475bb68d
commit 75addc0c0f
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -160,6 +160,7 @@ in
users.users.${name}.isNormalUser = true;
users.groups.${name} = { };
systemd.services.${name} = {
description = "${name} ASGI server";
after = [ "network.target" ];