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

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