stockholm/lass/2configs/green-host.nix
2023-01-30 21:18:33 +01:00

7 lines
131 B
Nix

{ config, pkgs, ... }:
{
krebs.sync-containers3.containers.green = {
sshKey = "${toString <secrets>}/green.sync.key";
};
}