gerd.postgresql: initial add
This commit is contained in:
parent
b9163999bb
commit
84a3027d0c
3 changed files with 55 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
|||
|
||||
./../shared/applications/server/acme.nix
|
||||
./../shared/applications/server/nginx.nix
|
||||
./../shared/applications/server/postgresql.nix
|
||||
./../shared/applications/state/postgresql.nix
|
||||
./../shared/applications/state/ssh.nix
|
||||
|
||||
./gerd/services/fricloud-website.nix
|
||||
|
@ -31,6 +33,8 @@
|
|||
"safe/svcs/hedgedoc" = { mountpoint = "/srv/hedgedoc"; extra.options.quota = "5G"; };
|
||||
"safe/svcs/nextcloud" = { mountpoint = "/srv/nextcloud"; extra.options.quota = "5G"; };
|
||||
"safe/svcs/stalwart" = { mountpoint = "/srv/stalwart"; extra.options.quota = "5G"; };
|
||||
"safe/svcs/postgresql" = { mountpoint = "/srv/postgresql"; extra.options.quota = "5G"; };
|
||||
"backup/postgresql" = { mountpoint = "/media/backup/postgresqlbackup"; extra.options.quota = "5G"; };
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue