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 @@
{
pkgs,
config,
username,
service_configs,
lib,
...
@@ -22,8 +21,4 @@
# postgresql requires 0700
"Z ${config.services.postgresql.dataDir} 0700 postgresql postgresql"
];
users.users.${username}.extraGroups = [
"postgresql"
];
}