summaryrefslogtreecommitdiffstats
path: root/krebs/2configs/hotdog-host.nix
diff options
context:
space:
mode:
Diffstat (limited to 'krebs/2configs/hotdog-host.nix')
-rw-r--r--krebs/2configs/hotdog-host.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/krebs/2configs/hotdog-host.nix b/krebs/2configs/hotdog-host.nix
new file mode 100644
index 00000000..ab2b22b7
--- /dev/null
+++ b/krebs/2configs/hotdog-host.nix
@@ -0,0 +1,10 @@
+{ config, ... }:
+{
+ krebs.sync-containers3.containers.hotdog = {
+ sshKey = "${config.krebs.secret.directory}/hotdog.sync.key";
+ };
+ containers.hotdog.bindMounts."/var/lib" = {
+ hostPath = "/var/lib/sync-containers3/hotdog/state";
+ isReadOnly = false;
+ };
+}