Secrets are not available during build phase. Store plain proxy cert.

This commit is contained in:
Kevin Baensch 2023-06-20 09:58:24 +02:00
parent 7d02cab301
commit 40bcd631dd
Signed by: derped
GPG key ID: C0F1D326C7626543
4 changed files with 14 additions and 6 deletions

View file

@ -3,7 +3,7 @@
{
services.cron.enable = false;
security.pki.certificateFiles = [
config.sops.secrets."certs/proxy".path
./certs/proxy
];
networking.dhcpcd.extraConfig = "noarp";
system.stateVersion = "21.05";