summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/tinc.nix1
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:
5with lib; 5with lib;
6with builtins; 6with 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 ];