Add security section to README

This commit is contained in:
Jonas Nick 2019-04-28 13:11:53 +00:00
parent 6f8dac6e07
commit 7fb1cc1e93
No known key found for this signature in database
GPG key ID: 4861DBF262123605
3 changed files with 18 additions and 3 deletions

View file

@ -207,7 +207,6 @@ in {
};
users.users.${cfg.user} = {
name = cfg.user;
#uid = config.ids.uids.liquid;
group = cfg.group;
extraGroups = [ "keys" ];
description = "Liquid daemon user";
@ -215,7 +214,6 @@ in {
};
users.groups.${cfg.group} = {
name = cfg.group;
#gid = config.ids.gids.liquid;
};
};
}