stockholm/lass/2configs/green-host.nix

7 lines
131 B
Nix
Raw Normal View History

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