migrate to radicle
This commit is contained in:
+13
-5
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user