summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/tinc/retiolum.nix
blob: 98abb24064d9859b9a9709062a62a8277d8e8610 (plain)
1
2
3
4
5
6
7
8
{ pkgs, ... }:
{
  imports = [
    ../binary-cache/lass.nix
  ];
  krebs.tinc.retiolum.enable = true;
  environment.systemPackages = [ pkgs.tinc ];
}