From e9ad464d9adad92ae65632941bc00b697229c06a Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 5 Oct 2023 16:45:50 +0400 Subject: [PATCH] man --- hosts/sakotop/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;