From c9a4b1a428572f09e7235f199ad4f1943e847172 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Thu, 26 Mar 2026 21:03:21 +0100 Subject: [PATCH] System/Darwinix: Set sops bootSecrets --- system/darwinix/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/system/darwinix/default.nix b/system/darwinix/default.nix index 5e06c958..66c8123f 100644 --- a/system/darwinix/default.nix +++ b/system/darwinix/default.nix @@ -11,6 +11,10 @@ ... }: { systemmodules = { + sops-nix.bootSecrets.${username} = [ + "user-password" + ]; + sops-nix.secrets.${username} = [ "ssh-private-key" "nix-github-token"