nixos-module: make ticker a system user

Este commit está contenido en:
Astro 2021-05-26 21:56:30 +02:00
padre a04ca83707
commit 553ccc6ad7
Se han modificado 1 ficheros con 1 adiciones y 0 borrados

Ver fichero

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