1
0
mirror of https://github.com/kmein/niveum synced 2026-03-19 03:21:10 +01:00

wallabag: run on podman, autoupdate

This commit is contained in:
2026-01-02 06:32:22 +01:00
parent fc4b32dd24
commit d47de27423
2 changed files with 37 additions and 2 deletions

View File

@@ -84,7 +84,7 @@ in
image = "ghcr.io/home-assistant/home-assistant:stable";
extraOptions = [
"--network=host"
"--device=/dev/ttyACM0:/dev/ttyACM0" # Example, change this to match your own hardware
"--device=/dev/ttyACM0:/dev/ttyACM0"
];
};
};