add sops as a shared module for home-manager

also adds wakatime-api-key variable to personal sops-config (using new
sops capability)

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2024-05-21 01:01:07 -04:00
committed by Alice Huston
parent aa4bcc61a4
commit b10992795e
4 changed files with 15 additions and 3 deletions

View File

@ -166,5 +166,11 @@
};
};
sops = {
age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
defaultSopsFile = ./secrets.yaml;
secrets."alice/wakatime-api-key".path = "/home/alice/.config/doom/wakatime";
};
home.stateVersion = "23.11";
}