diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index b5561e43..69eb77bb 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -122,7 +122,7 @@ secrets."homelab_cert.pem" = {}; }; - security.pki.certificateFiles = ["/run/secrets/homelab_cert.pem"]; + security.pki.certificateFiles = [config.sops.secrets."homelab_cert.pem".path]; # Enable the OpenSSH daemon. # services.openssh.enable = true;