things and stuff

This commit is contained in:
2024-11-12 12:33:17 -05:00
parent 885a38eb7d
commit 1bbd8e1a53
9 changed files with 60 additions and 46 deletions

View File

@@ -1,4 +1,4 @@
{ config, service_configs, ... }:
{ config, service_configs, username, ... }:
{
services.caddy = {
enable = true;
@@ -38,4 +38,8 @@
networking.firewall.allowedUDPPorts = [
service_configs.ports.https
];
users.users.${username}.extraGroups = [
config.services.caddy.group
];
}