Format drifted files to satisfy the treefmt flake-check gate

Pure formatting (nixfmt/prettier/yamlfmt); no behavior change. These
files predate the current treefmt config and were failing nix flake
check; reformatting them makes the gate green again.
This commit is contained in:
Berwn
2026-06-18 14:49:48 +07:00
parent 1cb6f39ea2
commit dc21348727
6 changed files with 54 additions and 20 deletions
+6 -1
View File
@@ -1,4 +1,9 @@
{ config, lib, pkgs, ... }:
{
config,
lib,
pkgs,
...
}:
let
# ZeroTier addresses — zone transfers run over the mesh, not the public net.
mesh = import ../mesh-hosts.nix { inherit config lib; };