From 9b20b71b501d5e8ec849a59a2637b2eaa9190288 Mon Sep 17 00:00:00 2001 From: OlivierChiasson Date: Sat, 20 Jun 2026 16:52:59 -0300 Subject: [PATCH] Fix Sops configuration for user 'olivier' by updating the path to the hashed password secret. --- modules/system/users/catalog-default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/users/catalog-default.nix b/modules/system/users/catalog-default.nix index c951324..b1b9215 100644 --- a/modules/system/users/catalog-default.nix +++ b/modules/system/users/catalog-default.nix @@ -7,7 +7,7 @@ olivierEnabled = lib.elem "olivier" config.chiasson.users.enabled; in { - sops.secrets."users/olivier/hashedPassword" = lib.mkIf olivierEnabled { + config.sops.secrets."users/olivier/hashedPassword" = lib.mkIf olivierEnabled { neededForUsers = true; };