diff --git a/systems/mottarone/default.nix b/systems/mottarone/default.nix index 24173c8..6fed6aa 100644 --- a/systems/mottarone/default.nix +++ b/systems/mottarone/default.nix @@ -59,7 +59,14 @@ in }; }; - postgresql.enable = true; + postgresql = { + enable = true; + authentication = '' + local all postgres peer + local all leo peer + local all all md5 + ''; + }; pgadmin = { enable = true; initialEmail = "hi@uku.moe";