feat(servers): setup podman autoupdate.
This commit is contained in:
parent
6cefec7b26
commit
49351504e4
7 changed files with 27 additions and 2 deletions
|
|
@ -14,6 +14,13 @@
|
|||
defaultNetwork.settings.dns.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
# Enable system podman autoupdate timer
|
||||
systemd.timers.podman-auto-update = {
|
||||
enable = true;
|
||||
wantedBy = ["timers.target"];
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
podman-compose
|
||||
podman-tui
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue