ma 2 default: really do use tinc_pre

This commit is contained in:
makefu 2016-03-16 08:39:58 +01:00
parent cd7f2a13ac
commit 99003eeeb2

View file

@ -125,6 +125,7 @@ with config.krebs.lib;
nixpkgs.config.packageOverrides = pkgs: {
nano = pkgs.runCommand "empty" {} "mkdir -p $out";
tinc = pkgs.tinc_pre;
};
services.cron.enable = false;