Compare commits

...

3 commits

Author SHA1 Message Date
6ebca0f9d3
sakura: disable foundry
All checks were successful
ci/woodpecker/push/checks Pipeline was successful
2023-07-02 20:10:17 -04:00
a4b85560a0
yuki: disable minecraft 2023-07-02 20:10:08 -04:00
739195edac
postgres: add attic 2023-07-02 20:09:49 -04:00
3 changed files with 6 additions and 2 deletions

View file

@ -44,6 +44,10 @@
name = "authelia";
ensurePermissions."DATABASE authelia" = "ALL PRIVILEGES";
}
{
name = "atticd";
ensurePermissions."DATABASE atticd" = "ALL PRIVILEGES";
}
];
ensureDatabases = [
"forgejo"
@ -51,6 +55,7 @@
"miniflux"
"grafana"
"authelia"
"atticd"
];
};
}

View file

@ -2,8 +2,8 @@
imports = [
./traefik.nix
./authelia.nix
./atticd.nix
./hugo.nix
./foundryvtt.nix
./forgejo.nix
./jellyfin.nix
./rustypaste.nix

View file

@ -8,6 +8,5 @@
./homarr.nix
./dashdot.nix
./miniflux.nix
./minecraft.nix
];
}