vno1-oh2: add updaterbot

This commit is contained in:
2023-07-24 16:31:38 +03:00
parent aac0ea1fec
commit 71fd71cb6b
4 changed files with 39 additions and 10 deletions

View File

@@ -47,6 +47,24 @@
};
};
users = {
users = {
updaterbot = {
description = "Dear Updater Bot";
home = "/var/lib/updaterbot";
useDefaultShell = true;
group = "updaterbot";
isSystemUser = true;
createHome = true;
uid = myData.uidgid.updaterbot;
};
};
groups = {
updaterbot.gid = myData.uidgid.updaterbot;
};
};
services = {
tailscale.enable = true;