From 288496afa199a00992a6e00a8741b65abf521b3c 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 + ]; }; };