feat(tyr): run home assistant as regular user.
This commit is contained in:
parent
d2deaeb836
commit
e2a682e25b
2 changed files with 2 additions and 0 deletions
|
|
@ -22,6 +22,7 @@
|
|||
"/var/lib/homeassistant:/config"
|
||||
"/run/dbus:/run/dbus:ro"
|
||||
];
|
||||
podman.user = "crony";
|
||||
};
|
||||
|
||||
services.restic.backups = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue