move some more caddy stuff to minecraft.nix

This commit is contained in:
2025-03-22 18:34:50 -04:00
parent 2d9232df16
commit 39ea6f90d8
2 changed files with 6 additions and 5 deletions

View File

@@ -44,11 +44,6 @@
8448
];
users.users.${config.services.caddy.user}.extraGroups = [
# for `map.gardling.com`
"minecraft"
];
users.users.${username}.extraGroups = [
config.services.caddy.group
];