Setup restic backup service; enable postgresql for general use
This commit is contained in:
6
nix/application/postgresql.nix
Normal file
6
nix/application/postgresql.nix
Normal file
@ -0,0 +1,6 @@
|
||||
{ pkgs, config, ...}: {
|
||||
services.postgresql = {
|
||||
enable = true;
|
||||
settings.port = 5432;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user