nixos-module: make ticker a system user

This commit is contained in:
Astro 2021-05-26 21:56:30 +02:00
parent a04ca83707
commit 553ccc6ad7
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ in
config = {
users.users.${cfg.user} = {
inherit (cfg) group;
isSystemUser = true;
};
users.groups.${cfg.group} = {};