Fix orion build: remove nonexistent "crypted" LUKS device reference

The LUKS device is named "luks-5c5e94fc-..." in hardware-configuration.nix
which already has the FIDO2 options. The "crypted" reference caused a build
error. Also fix duplicate attribute definitions and unnecessary config wrapper.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-03 00:53:37 -07:00
parent 6733e92d1f
commit 6fd8ab61ed

View File

@@ -21,5 +21,4 @@
networking.nameservers = [ "192.168.88.181" "100.95.252.120" "1.1.1.1" "8.8.8.8" ]; networking.nameservers = [ "192.168.88.181" "100.95.252.120" "1.1.1.1" "8.8.8.8" ];
services.resolved.domains = [ "~mcp.metacircular.net" ]; services.resolved.domains = [ "~mcp.metacircular.net" ];
}; };
} }