This commit is contained in:
root 2025-11-09 23:35:16 +00:00
parent f418e5ec19
commit bfc55f27f3
9 changed files with 60 additions and 41 deletions

View file

@ -1,10 +1,10 @@
{
imports = [
../shared
imports = [
../shared
# TOR bridge
./tor.nix
# Status page in diff. data center for redundancy/resilience
./uptime-kuma.nix
]
}
# TOR bridge
./tor.nix
# Status page in diff. data center for redundancy/resilience
./uptime-kuma.nix
];
}