From 2fd19ed50d8db28d6dff784f608549f902c17387 Mon Sep 17 00:00:00 2001 From: lassulus Date: Sun, 12 Feb 2023 14:24:19 +0100 Subject: hotdog.r: convert to sync-container3 --- krebs/2configs/hotdog-host.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 krebs/2configs/hotdog-host.nix (limited to 'krebs/2configs/hotdog-host.nix') diff --git a/krebs/2configs/hotdog-host.nix b/krebs/2configs/hotdog-host.nix new file mode 100644 index 00000000..95d70376 --- /dev/null +++ b/krebs/2configs/hotdog-host.nix @@ -0,0 +1,9 @@ +{ + krebs.sync-containers3.containers.hotdog = { + sshKey = "${toString }/hotdog.sync.key"; + }; + containers.hotdog.bindMounts."/var/lib" = { + hostPath = "/var/lib/sync-containers3/hotdog/state"; + isReadOnly = false; + }; +} -- cgit v1.2.3