summaryrefslogtreecommitdiffstats
path: root/lass/2configs/green-host.nix
blob: 1e41e8e02334fe93e85d5fc7e7725d4e6453e829 (plain)
1
2
3
4
5
6
7
8
9
10
{ config, pkgs, ... }:
{
  imports = [
    <stockholm/lass/2configs/container-networking.nix>
  ];

  lass.sync-containers3.containers.green = {
    sshKey = "${toString <secrets>}/green.sync.key";
  };
}