feat(tyr): run home assistant as regular user.

This commit is contained in:
CronyAkatsuki 2025-11-01 13:50:18 +01:00
parent d2deaeb836
commit e2a682e25b
2 changed files with 2 additions and 0 deletions

View file

@ -22,6 +22,7 @@
"/var/lib/homeassistant:/config"
"/run/dbus:/run/dbus:ro"
];
podman.user = "crony";
};
services.restic.backups = {