feat: better local dev support
This commit is contained in:
@@ -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
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user