stockholm/makefu/2configs/tinc-basic-retiolum.nix
2015-12-14 14:17:21 +01:00

16 lines
205 B
Nix

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