add automatic container update logic
This commit is contained in:
parent
4f41394763
commit
4d05a6fbe9
2 changed files with 44 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue