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

@@ -31,7 +31,6 @@
{
roles,
lib,
settings,
...
}:
{

View File

@@ -144,7 +144,7 @@
};
}
// lib.mapAttrs' (
name: user:
_name: user:
lib.nameValuePair "matrix-password-${user.name}" {
files."matrix-password-${user.name}" = { };
migrateFact = "matrix-password-${user.name}";

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}";

View File

@@ -49,7 +49,7 @@ in
ssid_path =
network_name: config.clan.core.vars.generators."wifi.${network_name}".files.network-name.path;
secret_generator = name: value: {
secret_generator = name: _value: {
name = "wifi.${name}";
value = {
prompts.network-name.type = "line";

View File

@@ -2,7 +2,6 @@
config,
lib,
pkgs,
options,
...
}:
let