move sops key file to rootfs

This commit is contained in:
willifan 2025-01-01 22:16:40 +01:00
parent 294862af53
commit eefb86b697

View file

@ -5,7 +5,7 @@
sops.defaultSopsFile = ../../../secrets/secrets.yaml; sops.defaultSopsFile = ../../../secrets/secrets.yaml;
sops.defaultSopsFormat = "yaml"; sops.defaultSopsFormat = "yaml";
sops.age.keyFile = "/home/willifan/.config/sops/age/keys.txt"; sops.age.keyFile = "/etc/sops/keys.txt";
sops.secrets."ssh/root/private" = { sops.secrets."ssh/root/private" = {
owner = "root"; owner = "root";