Initial commit
This commit is contained in:
4
hosts/phoenix/postgres.nix
Normal file
4
hosts/phoenix/postgres.nix
Normal file
@@ -0,0 +1,4 @@
|
||||
{ ... }: {
|
||||
services.postgresql.enable = true;
|
||||
imp.dirs = [ "/var/lib/postgresql" ];
|
||||
}
|
Reference in New Issue
Block a user