From e0c2f6230c4d09c91316f7409267af9bf7925a1e 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..5b31e7b9 100644 --- a/flake.nix +++ b/flake.nix @@ -221,7 +221,9 @@ hostname = "darwinix"; username = "christoph"; headless = false; - extraModules = []; + extraModules = [ + inputs.sops-nix.nixosModules.sops + ]; }; };