From 6aeb3797dd010411b8a8558eb6d98767492e9cde Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 5 Oct 2023 14:29:33 +0400 Subject: [PATCH] fix --- hosts/sakotop/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index 26d318a0..37a376fa 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -116,7 +116,10 @@ services.xserver.videoDrivers = ["nvidia"]; # homelab - sops.secrets."homelab-cert.pem" = {}; + sops = { + defaultSopsFile = ./secrets/homelab-cert.yaml; + sops.secrets."homelab_cert.pem" = {}; + }; # Enable the OpenSSH daemon. # services.openssh.enable = true;