added signalbot servec account

This commit is contained in:
2026-03-10 08:15:04 -04:00
parent 663833d4fa
commit 5b054dfc8f
4 changed files with 29 additions and 6 deletions

View File

@@ -6,11 +6,13 @@
{
networking.firewall.allowedTCPPorts = [ 8001 ];
users.users.vaninventory = {
isSystemUser = true;
group = "vaninventory";
users = {
users.vaninventory = {
isSystemUser = true;
group = "vaninventory";
};
groups.vaninventory = { };
};
users.groups.vaninventory = { };
systemd.services.van_inventory = {
description = "Van Inventory API";