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"