step-ca: pin uid and gid
All checks were successful
flake / flake (push) Successful in 1m14s

This commit is contained in:
Jake Hillion 2024-09-23 20:30:35 +01:00
parent 415a061842
commit ceb8591705
2 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,9 @@ in
}; };
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
users.users.step-ca.uid = config.ids.uids.step-ca;
users.groups.step-ca.gid = config.ids.gids.step-ca;
services.step-ca = { services.step-ca = {
enable = true; enable = true;

View File

@ -8,6 +8,7 @@
chia = 185; chia = 185;
gitea = 186; gitea = 186;
node-exporter = 188; node-exporter = 188;
step-ca = 198;
## Consistent People ## Consistent People
jake = 1000; jake = 1000;
@ -19,6 +20,7 @@
chia = 185; chia = 185;
gitea = 186; gitea = 186;
node-exporter = 188; node-exporter = 188;
step-ca = 198;
## Consistent Groups ## Consistent Groups
mediaaccess = 1200; mediaaccess = 1200;