Skip to content

Commit

Permalink
fix(container): update ghcr.io/onedr0p/home-assistant ( 2025.2.0 → 20…
Browse files Browse the repository at this point in the history
…25.2.1 )

| datasource | package                        | from     | to       |
| ---------- | ------------------------------ | -------- | -------- |
| docker     | ghcr.io/onedr0p/home-assistant | 2025.2.0 | 2025.2.1 |
  • Loading branch information
robodexo2000[bot] authored Feb 7, 2025
1 parent 86a0171 commit cfce740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/system/containers/home-assistant/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ in
};
home-assistant = svc.mkContainer {
cfg = {
image = "ghcr.io/onedr0p/home-assistant:2025.2.0@sha256:b7cd112418b4072a2bce86c1b4d07125487c80eb18e9dd98cdb7b8201df9d3b5";
image = "ghcr.io/onedr0p/home-assistant:2025.2.1@sha256:22f4ece646d7d5f1fd0c69e7c5ba7341e06205ce499a94e8096e64d06f8edf24";
user = "65000:65000";
environmentFiles = [ config.sops.secrets."${cfg.envFileSopsSecret}".path ];
environment = {
Expand Down

0 comments on commit cfce740

Please sign in to comment.