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

11 lines
205 B
Nix
Raw Normal View History

2021-01-04 11:50:55 +00:00
{ config, pkgs, ... }:
{
imports = [
<stockholm/lass/2configs/container-networking.nix>
];
2021-01-23 20:25:12 +00:00
2022-11-22 09:13:13 +00:00
lass.sync-containers3.containers.green = {
sshKey = "${toString <secrets>}/green.sync.key";
2021-01-23 20:25:12 +00:00
};
2021-01-04 11:50:55 +00:00
}