secrets updates

This commit is contained in:
John Lancaster
2024-12-29 14:50:35 -06:00
parent 1020239659
commit 75baa6744c
4 changed files with 26 additions and 9 deletions

View File

@@ -16,8 +16,10 @@
sops.defaultSopsFile = ./secrets/secrets.yaml;
sops.defaultSopsFormat = "yaml";
# This is needed for nix to access the secrets at build time. It doesn't affect gets used for the `sops ...` command
sops.age.keyFile = "${userSettings.adHome}/.config/sops/age/keys.txt";
# This is needed for nix to access the secrets at build time.
# It doesn't affect for the `sops ...` command
# Optional if the system has the key age for /etc/ssh/ssh_host_ed25519_key in .sops.yaml
# sops.age.keyFile = "${userSettings.adHome}/.config/sops/age/keys.txt";
environment.systemPackages = with pkgs; [
bash