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
|
|
@ -21,7 +21,6 @@
|
|||
|
||||
modules.services.banksia
|
||||
modules.services.nginx
|
||||
modules.services.postgres
|
||||
modules.services.unbound
|
||||
modules.services.website
|
||||
|
||||
|
|
|
|||
|
|
@ -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