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

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