From d712ab335ab3663c9d6b3d32b377bf430196acf7 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 5 Oct 2023 14:37:27 +0400 Subject: [PATCH] afghanistan --- hosts/sakotop/configuration.nix | 1 + 1 file changed, 1 insertion(+) 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;