Add sops secrets for Marid.

This commit is contained in:
Kevin Baensch 2023-06-17 18:10:50 +02:00
parent d298b78c4d
commit 7d02cab301
Signed by: derped
GPG key ID: C0F1D326C7626543
3 changed files with 54 additions and 0 deletions

View file

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