From c8d2df1be23ebac55d9f1a2343819c0209bb5400 Mon Sep 17 00:00:00 2001 From: Mohamed Chrayed Date: Wed, 4 Mar 2026 13:53:40 +0100 Subject: [PATCH] debug sops --- modules/base/sys/hm.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/base/sys/hm.nix b/modules/base/sys/hm.nix index 1c0f859..5e23b93 100644 --- a/modules/base/sys/hm.nix +++ b/modules/base/sys/hm.nix @@ -13,6 +13,9 @@ backupFileExtension = "backup"; backupCommand = "rm"; overwriteBackup = true; + sharedModules = [ + inputs.sops-nix.homeManagerModules.sops # 👈 this + ]; }; } )