feat(tsuba): Add image pruning systemd timer
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled

This commit is contained in:
2026-01-13 00:55:46 +05:30
parent 49ad26ac1c
commit 165dff7faa
4 changed files with 23 additions and 3 deletions

View File

@@ -5,8 +5,6 @@
device,
...
}: {
virtualisation.docker.enable = true;
virtualisation.oci-containers.backend = "docker";
users.extraUsers.servius.extraGroups = ["docker"];
networking.firewall.enable = false;
services.openssh.enable = true;