From f662486d13be6529201b9c865046ab10f0b0cc60 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 5 Oct 2023 14:29:45 +0400 Subject: [PATCH] fix --- 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 37a376fa..7fd05fc4 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -118,7 +118,7 @@ # homelab sops = { defaultSopsFile = ./secrets/homelab-cert.yaml; - sops.secrets."homelab_cert.pem" = {}; + secrets."homelab_cert.pem" = {}; }; # Enable the OpenSSH daemon.