1

System/Darwinix: Set sops bootSecrets

This commit is contained in:
2026-03-26 21:03:21 +01:00
parent 288496afa1
commit c9a4b1a428

View File

@ -11,6 +11,10 @@
... ...
}: { }: {
systemmodules = { systemmodules = {
sops-nix.bootSecrets.${username} = [
"user-password"
];
sops-nix.secrets.${username} = [ sops-nix.secrets.${username} = [
"ssh-private-key" "ssh-private-key"
"nix-github-token" "nix-github-token"