tinc module: use tinc_pre as default package
This commit is contained in:
parent
d77dd95689
commit
d6f79283bf
@ -102,7 +102,7 @@ let
|
||||
|
||||
tincPackage = mkOption {
|
||||
type = types.package;
|
||||
default = pkgs.tinc;
|
||||
default = pkgs.tinc_pre;
|
||||
description = "Tincd package to use.";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user