Add comments

This commit is contained in:
Andreas Zweili 2022-09-17 17:31:43 +02:00
parent 01cb2961b6
commit 60da0c4d7a
1 changed files with 2 additions and 2 deletions

View File

@ -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
];
}