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 = [ imports = [
# Core System
../shared ../shared
# Non-stateful services # TOR bridge
./tor.nix ./tor.nix
# Stateful services
# Status page in diff. data center for redundancy/resilience # Status page in diff. data center for redundancy/resilience
./uptime-kuma.nix ./uptime-kuma.nix
]; ];

View file

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

View file

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