Compare commits

..

No commits in common. "813a92ece094e59bf5bf354a1669794dfcbf85a8" and "376ff22be597dea1902763c1447983803668c59d" have entirely different histories.

4 changed files with 4 additions and 6 deletions

View file

@ -1,12 +1,9 @@
{
imports = [
# Core System
../shared
# Non-stateful services
# TOR bridge
./tor.nix
# Stateful services
# Status page in diff. data center for redundancy/resilience
./uptime-kuma.nix
];

View file

@ -1,8 +1,10 @@
{
imports = [
# Core System
../shared
# Core System
./caddy.nix
# Non-stateful services
./ipfs.nix
./site.nix

View file

@ -1,6 +1,5 @@
{
imports = [
./borg.nix
./caddy.nix
];
}