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:
@ -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";
|
||||
}
|
||||
|
Reference in New Issue
Block a user