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} = {};