hosts/dandelion: remove postgres
not sure why it's still there, hopefully nothing breaks :)
This commit is contained in:
parent
e78c666635
commit
c0679f7e79
2 changed files with 1 additions and 1 deletions
|
|
@ -8,6 +8,7 @@ in {
|
|||
services.postgresql = {
|
||||
enable = true;
|
||||
dataDir = dir;
|
||||
# TODO: broken :3
|
||||
package = pkgs.postgresql_13;
|
||||
authentication = lib.mkOverride 10 ''
|
||||
#type database DBuser origin-address auth-method
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue