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.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/krebs/2configs/hotdog-host.nix b/krebs/2configs/hotdog-host.nix
new file mode 100644
index 000000000..95d70376b
--- /dev/null
+++ b/krebs/2configs/hotdog-host.nix
@@ -0,0 +1,9 @@
+{
+ krebs.sync-containers3.containers.hotdog = {
+ sshKey = "${toString <secrets>}/hotdog.sync.key";
+ };
+ containers.hotdog.bindMounts."/var/lib" = {
+ hostPath = "/var/lib/sync-containers3/hotdog/state";
+ isReadOnly = false;
+ };
+}