Update hosts/user-config.nix

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
2025-12-17 16:14:56 -05:00
committed by GitHub
parent e58e54fbd6
commit 8ec3bd14ac

View File

@@ -245,7 +245,7 @@ in
;
};
in
lib.filterAttrs (name: _: name != "ugaif") evaluated
lib.filterAttrs (attrName: _: attrName != "ugaif") evaluated
else
{ };