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