Clean up montalin configuration
This commit is contained in:
parent
8424e0875c
commit
4c5c5a42ca
8 changed files with 156 additions and 106 deletions
11
host/montalin/database.nix
Normal file
11
host/montalin/database.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
services.postgresql = {
|
||||
#enable = true; # Required? Better in role?
|
||||
package = pkgs.postgresql_12;
|
||||
};
|
||||
|
||||
services.postgresqlBackup.enable = true; #TODO: Role?
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue