feat: add autoupdate label to containers
As it's required for `podman auto-update` to work.
This commit is contained in:
parent
50433a0b65
commit
8ea848888a
3 changed files with 10 additions and 3 deletions
|
@ -58,7 +58,8 @@ in {
|
|||
};
|
||||
# only secrets need to be included, e.g. FOCALBOARD_DBCONFIG
|
||||
environmentFiles = [ config.age.secrets.focalboard-env.path ];
|
||||
extraOptions = [ "--network=host" ];
|
||||
extraOptions =
|
||||
[ "--network=host" "--label=io.containers.autoupdate=registry" ];
|
||||
};
|
||||
|
||||
systemd.services."${ociBackend}-focalboard" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue