Compare commits
No commits in common. "813a92ece094e59bf5bf354a1669794dfcbf85a8" and "376ff22be597dea1902763c1447983803668c59d" have entirely different histories.
813a92ece0
...
376ff22be5
4 changed files with 4 additions and 6 deletions
|
|
@ -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
|
||||
];
|
||||
|
|
|
|||
|
|
@ -1,8 +1,10 @@
|
|||
{
|
||||
imports = [
|
||||
# Core System
|
||||
../shared
|
||||
|
||||
# Core System
|
||||
./caddy.nix
|
||||
|
||||
# Non-stateful services
|
||||
./ipfs.nix
|
||||
./site.nix
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
imports = [
|
||||
./borg.nix
|
||||
./caddy.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue