xps sops 09

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-06-09 20:24:49 +02:00
parent 13f7da5677
commit b37781ef90
3 changed files with 35 additions and 63 deletions

View File

@@ -9,12 +9,8 @@
defaultSopsFile = ../sops-secrets.yaml;
defaultSopsFormat = "yaml";
# age = {
# # keyFile = "/home/${user}/.config/sops/age/keys.txt";
# # keyFile = "/var/lib/sops-nix/key.txt";
# # keyFile = "/home/${user}/.config/sops/age/age-public-key-from-ssh-A-subkey.txt";
# sshKeyPaths = [ ];
# # sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
# # generateKey = true;
# sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
# generateKey = true;
# };
# gnupg = {
# sshKeyPaths = [];
@@ -23,3 +19,4 @@
secrets.example = {};
};
}