email and others

This commit is contained in:
2024-07-10 18:54:39 -04:00
parent 47c0e3911c
commit c7595f6468
5 changed files with 103 additions and 17 deletions

View File

@@ -44,6 +44,14 @@
cmd - return : wezterm
'';
};
postgresql = {
enable = true;
ensureDatabases = [ "todos" ];
authentication = pkgs.lib.mkOverride 10 ''
#type database DBuser auth-method
local all all trust
'';
};
};
home-manager = {