summaryrefslogtreecommitdiffstats
path: root/lass/2configs/orange-host.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lass/2configs/orange-host.nix')
-rw-r--r--lass/2configs/orange-host.nix19
1 files changed, 0 insertions, 19 deletions
diff --git a/lass/2configs/orange-host.nix b/lass/2configs/orange-host.nix
deleted file mode 100644
index 6d82d8cc..00000000
--- a/lass/2configs/orange-host.nix
+++ /dev/null
@@ -1,19 +0,0 @@
-{ config, pkgs, ... }:
-{
- krebs.sync-containers3.containers.orange = {
- sshKey = "${toString <secrets>}/orange.sync.key";
- };
- containers.orange.bindMounts."/var/lib" = {
- hostPath = "/var/lib/sync-containers3/orange/state";
- isReadOnly = false;
- };
- services.nginx.virtualHosts."lassul.us" = {
- # enableACME = config.security;
- # forceSSL = true;
- locations."/" = {
- recommendedProxySettings = true;
- proxyWebsockets = true;
- proxyPass = "http://orange.r";
- };
- };
-}