mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 11:31:36 +01:00
Update postgres access configuration
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
ensureDatabases = [ "dcbot" "todos" ];
|
||||
authentication = lib.mkForce ''
|
||||
local all all trust
|
||||
host all all ::1/128 trust
|
||||
host all all 0.0.0.0/0 scram-sha-256
|
||||
'';
|
||||
};
|
||||
};
|
||||
@@ -107,7 +107,7 @@
|
||||
backblaze-b2
|
||||
localsend
|
||||
mullvad-browser
|
||||
jetbrains.datagrip
|
||||
spotify
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user