enable postgresql
This commit is contained in:
parent
8de22c0856
commit
f55eb4e05f
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
{...}: {
|
{...}: {
|
||||||
imports = [./caddy.nix ./frpc.nix ./ssh.nix];
|
imports = [./caddy.nix ./frpc.nix ./postgresql.nix ./ssh.nix];
|
||||||
}
|
}
|
||||||
|
|
5
hosts/rico1/services/postgresql.nix
Normal file
5
hosts/rico1/services/postgresql.nix
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
_: {
|
||||||
|
services.postgresql = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue