Fix unused vars
All checks were successful
Check Flake / check-flake (push) Successful in 1m21s

This commit is contained in:
2026-02-11 23:12:00 -08:00
parent 298f473ceb
commit 99ef62d31a
30 changed files with 30 additions and 30 deletions

View File

@@ -1,7 +1,7 @@
# Gathers info about each machine to constuct overall configuration
# Ex: Each machine already trusts each others SSH fingerprint already
{ config, lib, pkgs, ... }:
{ config, lib, ... }:
let
machines = config.machines.hosts;