add automatic container update logic

This commit is contained in:
Yan Lin 2025-11-24 01:12:16 +01:00
parent 4f41394763
commit 4d05a6fbe9
2 changed files with 44 additions and 4 deletions

View file

@ -12,6 +12,12 @@
../../../modules/samba.nix
];
# Automatic container updates
virtualisation.podman.autoUpdate = {
enable = true;
interval = "Wed *-*-* 06:00:00";
};
# GRUB bootloader with ZFS support
boot.loader.grub = {
enable = true;