From 100932bf48fb476e808312629f57c5c90632dfa8 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Thu, 11 Nov 2021 20:58:36 +0100 Subject: [PATCH] cleanup --- nixos/system/all/tinc.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/nixos/system/all/tinc.nix b/nixos/system/all/tinc.nix index 5782c0c..2a25e91 100644 --- a/nixos/system/all/tinc.nix +++ b/nixos/system/all/tinc.nix @@ -59,12 +59,10 @@ in hosts = { sternchen = { tincIp = "10.123.42.25"; - # publicKey = lib.fileContents ../../assets/tinc/sterni_host_file; publicKey = lib.fileContents ../../assets/tinc/sternchen_host_file; }; sterni = { tincIp = "10.123.42.24"; - # publicKey = lib.fileContents ../../assets/tinc/sterni_host_file; publicKey = lib.fileContents ../../assets/tinc/workout_host_file; }; porani = { @@ -102,7 +100,6 @@ in }; sterni = { tincIp = "10.23.42.24"; - # publicKey = lib.fileContents ../../assets/tinc/sterni_host_file; publicKey = lib.fileContents ../../assets/tinc/workout_host_file; }; mobi = {