mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
feat: forgejo test
This commit is contained in:
parent
637d012e09
commit
c34f5b0911
1 changed files with 6 additions and 7 deletions
|
@ -1,15 +1,15 @@
|
||||||
{flake, ...}: let
|
{ flake, ... }:
|
||||||
inherit
|
let
|
||||||
(flake.config.machines.devices)
|
inherit (flake.config.machines.devices)
|
||||||
server
|
server
|
||||||
;
|
;
|
||||||
inherit
|
inherit (flake.config.services.instances)
|
||||||
(flake.config.services.instances)
|
|
||||||
postgresql
|
postgresql
|
||||||
;
|
;
|
||||||
|
|
||||||
service = postgresql;
|
service = postgresql;
|
||||||
in {
|
in
|
||||||
|
{
|
||||||
services = {
|
services = {
|
||||||
postgresqlBackup = {
|
postgresqlBackup = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -19,7 +19,6 @@ in {
|
||||||
"nextcloud"
|
"nextcloud"
|
||||||
"peertube"
|
"peertube"
|
||||||
"forgejo"
|
"forgejo"
|
||||||
"wiki"
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
postgresql = {
|
postgresql = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue