2021-01-04 11:50:55 +00:00
|
|
|
{ config, pkgs, ... }:
|
|
|
|
{
|
2023-01-30 19:53:24 +00:00
|
|
|
krebs.sync-containers3.containers.green = {
|
2022-11-22 09:13:13 +00:00
|
|
|
sshKey = "${toString <secrets>}/green.sync.key";
|
2021-01-23 20:25:12 +00:00
|
|
|
};
|
2021-01-04 11:50:55 +00:00
|
|
|
}
|