stockholm/makefu/2configs/tinc/retiolum.nix
2018-09-17 01:13:40 +02:00

9 lines
150 B
Nix

{ pkgs, ... }:
{
imports = [
../binary-cache/lass.nix
];
krebs.tinc.retiolum.enable = true;
environment.systemPackages = [ pkgs.tinc ];
}