migrate to radicle

This commit is contained in:
Anish Lakhwara
2026-01-21 21:55:37 -08:00
parent 928a3f56ad
commit cd8bb0fe0f
9 changed files with 462 additions and 36 deletions
+13 -5
View File
@@ -1,18 +1,25 @@
{ self, profiles, suites, pkgs, ... }:
{
self,
profiles,
suites,
pkgs,
...
}:
{
imports = [
./configuration.nix
../profiles/core
../profiles/server
# ../profiles/metrics
../profiles/gitea
# ../profiles/gitea # Replaced by radicle
../profiles/radicle-seed
# ../profiles/woodpecker-server
../profiles/rss-bridge
# ../profiles/mount-mossnet
../profiles/freshrss
../profiles/microbin
../profiles/site
# ../profiles/postgres_upgrade_script
];
@@ -50,7 +57,7 @@
services.postgresqlBackup = {
# TODO needs working wireguard to box
enable = false;
databases = [ "gitea" "freshrss" ]; # "woodpecker"
databases = [ "freshrss" ]; # gitea removed (now using radicle)
location = "/mnt/two/postgres";
};
@@ -58,7 +65,8 @@
enable = true;
name = "helix";
paths = [
"/var/lib/gitea"
# "/var/lib/gitea" # Replaced by radicle
"/var/lib/radicle"
"/var/lib/freshrss"
# "/var/lib/woodpecker"
"/var/lib/microbin"