summaryrefslogtreecommitdiffstats
path: root/lass/2configs/yellow-host.nix
diff options
context:
space:
mode:
authorlassulus <git@lassul.us>2023-02-21 11:15:26 +0100
committerlassulus <git@lassul.us>2023-02-21 11:16:52 +0100
commit79a7ab4fd8899e7ac197318bb58a3e04affdf459 (patch)
tree07d4035f80c10fb4affb14a63f6b097d51c4edfc /lass/2configs/yellow-host.nix
parent6624d3aab64adcc4f8e1bf8393859fc4769e5ed2 (diff)
l yellow.r: move flix to services
Diffstat (limited to 'lass/2configs/yellow-host.nix')
-rw-r--r--lass/2configs/yellow-host.nix14
1 files changed, 0 insertions, 14 deletions
diff --git a/lass/2configs/yellow-host.nix b/lass/2configs/yellow-host.nix
deleted file mode 100644
index 36027cb5..00000000
--- a/lass/2configs/yellow-host.nix
+++ /dev/null
@@ -1,14 +0,0 @@
-{ config, pkgs, ... }:
-{
- krebs.sync-containers3.containers.yellow = {
- sshKey = "${toString <secrets>}/yellow.sync.key";
- };
- containers.yellow.bindMounts."/var/lib" = {
- hostPath = "/var/lib/sync-containers3/yellow/state";
- isReadOnly = false;
- };
- containers.yellow.bindMounts."/var/download" = {
- hostPath = "/var/download";
- isReadOnly = false;
- };
-}