diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/tinc.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/tinc.nix b/common/tinc.nix index e06bd27..c77afb7 100644 --- a/common/tinc.nix +++ b/common/tinc.nix | |||
@@ -5,6 +5,7 @@ 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 | ||
8 | imports = [ | 9 | imports = [ |
9 | (inputs.nixpkgs-unstable.outPath + "/nixos/modules/services/networking/tinc.nix") | 10 | (inputs.nixpkgs-unstable.outPath + "/nixos/modules/services/networking/tinc.nix") |
10 | ]; | 11 | ]; |