treewide: reformat

This commit is contained in:
Michael Hoang
2025-09-16 15:16:50 +02:00
parent e43779f8d6
commit 8a1f924f72
5 changed files with 3 additions and 5 deletions

View File

@@ -58,7 +58,7 @@
priority = lib.mkDefault 10;
# TODO add user space network support to clan-cli
module = "clan_lib.network.tor";
peers = lib.mapAttrs (name: machine: {
peers = lib.mapAttrs (name: _machine: {
host.var = {
machine = name;
generator = "tor_${instanceName}";