diff options
| author | Robert Günzler <r@gnzler.io> | 2026-02-23 14:38:38 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2026-02-23 14:38:38 +0100 |
| commit | 840b12b86a3985b6d267c16416775444378dd49b (patch) | |
| tree | 26b089b54663443ac1899f85353f41684e46b130 | |
| parent | 831094c55f11b3d9015818319b731875bd683020 (diff) | |
update groups.py
Signed-off-by: Robert Günzler <r@gnzler.io>
| -rw-r--r-- | groups.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/groups.py b/groups.py index 67c683c..ca7823e 100644 --- a/groups.py +++ b/groups.py @@ -10,17 +10,17 @@ groups = { "bundles": { "alpine-base", "apk", - "containers", #"firewall", "motd", "node-exporter", "restic-backup", "svtree", + "svtree-containers", + "svtree-www", "syncthing", "tailscale", "tgnotify", "traefik", - "www", }, }, } |