Re-enable container updater
This commit is contained in:
parent
23ea1709e0
commit
797f69a5bf
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@
|
||||||
|
|
||||||
# Container auto-updater configuration
|
# Container auto-updater configuration
|
||||||
services.containerUpdater = {
|
services.containerUpdater = {
|
||||||
enable = false;
|
enable = true;
|
||||||
schedule = "*-*-* 03:00:00"; # Daily at 3 AM
|
schedule = "*-*-* 03:00:00"; # Daily at 3 AM
|
||||||
excludeContainers = []; # Update all containers
|
excludeContainers = []; # Update all containers
|
||||||
enableNotifications = true;
|
enableNotifications = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue