From 9a7a27c0130ac0ed03df4bd9a912d411983e3f61 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Thu, 26 Mar 2026 21:01:24 +0100 Subject: [PATCH] Flake: Import sops module on nix-darwin --- flake.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index aa7554cb..fb1264af 100644 --- a/flake.nix +++ b/flake.nix @@ -221,7 +221,9 @@ hostname = "darwinix"; username = "christoph"; headless = false; - extraModules = []; + extraModules = [ + inputs.sops-nix.darwinModules.sops + ]; }; };