summaryrefslogtreecommitdiffstats
path: root/krebs/2configs/hotdog-host.nix
blob: 95d70376bd66be5e79889472acd1dfb874039c30 (plain)
1
2
3
4
5
6
7
8
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;
  };
}