remove various references to ${username}

This commit is contained in:
2025-10-17 22:34:52 -04:00
parent 31b4d7e80d
commit dd18bd1e6d
8 changed files with 0 additions and 28 deletions

View File

@@ -1,7 +1,6 @@
{
config,
service_configs,
username,
pkgs,
lib,
inputs,
@@ -88,8 +87,4 @@ in
networking.firewall.allowedUDPPorts = [
service_configs.ports.https
];
users.users.${username}.extraGroups = [
config.services.caddy.group
];
}