From 01c825db6255e5e1941ab9ff90f6fb2e5cd7248f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Tue, 3 Feb 2026 05:02:54 +0100 Subject: [PATCH] fixup! pki: add new vault root ca to pki --- system/pki/root-ca.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/pki/root-ca.nix b/system/pki/root-ca.nix index 29e5330..0397351 100644 --- a/system/pki/root-ca.nix +++ b/system/pki/root-ca.nix @@ -4,7 +4,7 @@ certificateFiles = [ "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt" ./root-ca.crt - ./root-ca-vault.crt + ./vault-root-ca.crt ]; }; }