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;