mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 17:50:15 +00:00
more adjustments
This commit is contained in:
@ -6,6 +6,7 @@
|
||||
}:
|
||||
|
||||
let
|
||||
inherit (config.nmasur.settings) username;
|
||||
cfg = config.nmasur.presets.services.postgresql;
|
||||
in
|
||||
{
|
||||
@ -23,7 +24,7 @@ in
|
||||
identMap = ''
|
||||
root postgres postgres
|
||||
root root postgres
|
||||
admin ${config.user} admin
|
||||
admin ${username} admin
|
||||
'';
|
||||
ensureUsers = [
|
||||
{
|
||||
|
Reference in New Issue
Block a user