diff options
Diffstat (limited to 'groups.py')
| -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", }, }, } |