stockholm/makefu/2configs/tinc-basic-retiolum.nix
2015-08-31 10:59:28 +02:00

15 lines
193 B
Nix

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