secrets updates
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user