remove various references to ${username}
This commit is contained in:
@@ -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"
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user