From 60da0c4d7a3b57ef405cb511a57441a4e6ba63e9 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Sat, 17 Sep 2022 17:31:43 +0200 Subject: [PATCH] Add comments --- systems/loki-test/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systems/loki-test/default.nix b/systems/loki-test/default.nix index b8c7138..af7d7d9 100644 --- a/systems/loki-test/default.nix +++ b/systems/loki-test/default.nix @@ -6,9 +6,9 @@ inherit hostname inputs pkgs; }) "${inputs.self}/modules/docker" - "${inputs.self}/modules/pihole" + "${inputs.self}/modules/pihole" # needs to be limited to lan interface "${inputs.self}/modules/router" "${inputs.self}/modules/tmux" - "${inputs.self}/modules/unbound" + "${inputs.self}/modules/unbound" # needs to be limited to lan interface ]; }