feat: better local dev support

This commit is contained in:
2026-07-18 13:11:15 +02:00
parent 8969f4ca25
commit 53e6eb4c0d
+3 -1
View File
@@ -3,11 +3,13 @@
{ config, ... }: { config, ... }:
{ {
security.pki.certificateFiles = [ security.pki.certificateFiles = [
../hosts/${config.facts.machine.name}/mkcert-rootCA.pem ../hosts/zenith/mkcert-rootCA.pem
../hosts/polaris/mkcert-rootCA.pem
]; ];
networking.extraHosts = '' networking.extraHosts = ''
127.0.0.1 local.management.yookr.org 127.0.0.1 local.management.yookr.org
127.0.0.1 local.dashboard.yookr.org
''; '';
}; };
} }