stockholm/makefu/2configs/tinc/retiolum.nix

9 lines
150 B
Nix
Raw Normal View History

2018-09-16 23:11:57 +00:00
{ pkgs, ... }:
2016-07-20 18:09:47 +00:00
{
imports = [
../binary-cache/lass.nix
];
2016-07-20 18:09:47 +00:00
krebs.tinc.retiolum.enable = true;
2018-09-16 23:11:57 +00:00
environment.systemPackages = [ pkgs.tinc ];
2016-07-20 18:09:47 +00:00
}