nixos-module: make ticker a system user

This commit is contained in:
Astro 2021-05-26 21:56:30 +02:00
джерело a04ca83707
коміт 553ccc6ad7
1 змінених файлів з 1 додано та 0 видалено

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