Compare commits
2 commits
376ff22be5
...
813a92ece0
| Author | SHA1 | Date | |
|---|---|---|---|
| 813a92ece0 | |||
| f25280a6ec |
4 changed files with 6 additions and 4 deletions
|
|
@ -1,9 +1,12 @@
|
|||
{
|
||||
imports = [
|
||||
# Core System
|
||||
../shared
|
||||
|
||||
# TOR bridge
|
||||
# Non-stateful services
|
||||
./tor.nix
|
||||
|
||||
# Stateful services
|
||||
# Status page in diff. data center for redundancy/resilience
|
||||
./uptime-kuma.nix
|
||||
];
|
||||
|
|
|
|||
|
|
@ -1,9 +1,7 @@
|
|||
{
|
||||
imports = [
|
||||
../shared
|
||||
|
||||
# Core System
|
||||
./caddy.nix
|
||||
../shared
|
||||
|
||||
# Non-stateful services
|
||||
./ipfs.nix
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
imports = [
|
||||
./borg.nix
|
||||
./caddy.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue