nixos-config/2configs/tinc/retiolum.nix

9 lines
150 B
Nix
Raw Normal View History

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