summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/tinc-basic-retiolum.nix
blob: 2abf4f188436a9e42f49776d50166d3fdb9b2cbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{ config, lib, pkgs, ... }:

with lib;
{
  krebs.retiolum = {
    enable = true;
    hosts = ../../krebs/Zhosts;
    connectTo = [
      "gum"
      "pigstarter"
      "fastpoke"
      "ire"
    ];
  };
}