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
|
||||
inherit
|
||||
(flake.config.machines.devices)
|
||||
{ flake, ... }:
|
||||
let
|
||||
inherit (flake.config.machines.devices)
|
||||
server
|
||||
;
|
||||
inherit
|
||||
(flake.config.services.instances)
|
||||
inherit (flake.config.services.instances)
|
||||
postgresql
|
||||
;
|
||||
|
||||
service = postgresql;
|
||||
in {
|
||||
in
|
||||
{
|
||||
services = {
|
||||
postgresqlBackup = {
|
||||
enable = true;
|
||||
|
@ -19,7 +19,6 @@ in {
|
|||
"nextcloud"
|
||||
"peertube"
|
||||
"forgejo"
|
||||
"wiki"
|
||||
];
|
||||
};
|
||||
postgresql = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue