diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-05-19 01:50:06 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-05-19 01:50:06 -0700 |
commit | 44d7c49e6ac712d9c87aa48f0b631d8833ee26f4 (patch) | |
tree | 66e34538d807e9b1cfe5dbcf3a26610303ca572c /home | |
parent | 27fa6a361db75b3f94dcf35ef80df55acb4fbae5 (diff) | |
download | nix-44d7c49e6ac712d9c87aa48f0b631d8833ee26f4.tar nix-44d7c49e6ac712d9c87aa48f0b631d8833ee26f4.tar.gz nix-44d7c49e6ac712d9c87aa48f0b631d8833ee26f4.tar.bz2 nix-44d7c49e6ac712d9c87aa48f0b631d8833ee26f4.tar.lz nix-44d7c49e6ac712d9c87aa48f0b631d8833ee26f4.tar.xz nix-44d7c49e6ac712d9c87aa48f0b631d8833ee26f4.tar.zst nix-44d7c49e6ac712d9c87aa48f0b631d8833ee26f4.zip |
Update age key path
Diffstat (limited to 'home')
-rw-r--r-- | home/nipsy/ginaz.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/nipsy/ginaz.nix b/home/nipsy/ginaz.nix index e3f862d..eacaf77 100644 --- a/home/nipsy/ginaz.nix +++ b/home/nipsy/ginaz.nix @@ -9,7 +9,7 @@ ]; sops = { - age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ]; + age.keyFile = "/home/nipsy/.config/sops/age/keys.txt"; defaultSopsFile = ./secrets/ginaz.yaml; secrets = { |