diff options
Diffstat (limited to 'common/tinc.nix')
-rw-r--r-- | common/tinc.nix | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/common/tinc.nix b/common/tinc.nix index c77afb7..d176355 100644 --- a/common/tinc.nix +++ b/common/tinc.nix | |||
@@ -5,13 +5,6 @@ inputs: | |||
5 | with lib; | 5 | with lib; |
6 | with builtins; | 6 | with builtins; |
7 | { | 7 | { |
8 | # TODO: remove use of unstable for NixOS 21.05 | ||
9 | imports = [ | ||
10 | (inputs.nixpkgs-unstable.outPath + "/nixos/modules/services/networking/tinc.nix") | ||
11 | ]; | ||
12 | |||
13 | disabledModules = [ "services/networking/tinc.nix" ]; | ||
14 | |||
15 | options.topology = { | 8 | options.topology = { |
16 | mainVpn = { | 9 | mainVpn = { |
17 | interfaceName = mkOption { | 10 | interfaceName = mkOption { |