From 0cae67e83935459af495a8a8963202784c76284e Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee <107522312+lavafroth@users.noreply.github.com> Date: Tue, 25 Jun 2024 15:26:30 +0530 Subject: [PATCH] fix: declare sops secret for wireless ap --- hosts/rahu/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/rahu/configuration.nix b/hosts/rahu/configuration.nix index 5531b33..5e4eaca 100644 --- a/hosts/rahu/configuration.nix +++ b/hosts/rahu/configuration.nix @@ -11,6 +11,7 @@ sops.age.keyFile = "/home/user/.config/sops/age/keys.txt"; sops.secrets.photoprism_password = { }; + sops.secrets.wireless_ap = { }; services.photoprism = { enable = true;