2023-09-07 17:00:57 +00:00
|
|
|
{ config, ... }:
|
2023-02-12 13:24:19 +00:00
|
|
|
{
|
|
|
|
krebs.sync-containers3.containers.hotdog = {
|
2023-09-07 17:00:57 +00:00
|
|
|
sshKey = "${config.krebs.secret.directory}/hotdog.sync.key";
|
2023-02-12 13:24:19 +00:00
|
|
|
};
|
|
|
|
containers.hotdog.bindMounts."/var/lib" = {
|
|
|
|
hostPath = "/var/lib/sync-containers3/hotdog/state";
|
|
|
|
isReadOnly = false;
|
|
|
|
};
|
|
|
|
}
|