move sops key file to rootfs
This commit is contained in:
parent
294862af53
commit
eefb86b697
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Reference in a new issue