moved restic password secret
This commit is contained in:
@@ -68,9 +68,13 @@ in
|
||||
# This provides the keys at build time and will be included in the nix store
|
||||
sops.defaultSopsFile = ../../../keys/secrets.yaml;
|
||||
|
||||
sops.secrets."restic_password/john_ubuntu" = {
|
||||
# This will provide the edit-secrets script targeting this file
|
||||
mysops.hostSecretFile = "${config.xdg.configHome}/home-manager/jsl-dendritic/keys/secrets.yaml";
|
||||
|
||||
sops.secrets."restic_password" = {
|
||||
path = resticPasswordFile;
|
||||
mode = "0400";
|
||||
sopsFile = ./secrets.yaml;
|
||||
};
|
||||
restic = {
|
||||
passwordFile = resticPasswordFile;
|
||||
|
||||
Reference in New Issue
Block a user