john-pc-ubuntu secrets path
This commit is contained in:
@@ -64,6 +64,10 @@ in
|
|||||||
dev = true;
|
dev = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
mysops = {
|
||||||
|
hostSecretFile = "${config.xdg.configHome}/home-manager/jsl-dendritic/secrets.yaml";
|
||||||
|
};
|
||||||
sops.secrets."restic_password/john_ubuntu" = {
|
sops.secrets."restic_password/john_ubuntu" = {
|
||||||
path = resticPasswordFile;
|
path = resticPasswordFile;
|
||||||
mode = "0400";
|
mode = "0400";
|
||||||
|
|||||||
@@ -23,7 +23,6 @@ in
|
|||||||
sopsBin = lib.getExe pkgs.sops;
|
sopsBin = lib.getExe pkgs.sops;
|
||||||
sopsConfigPath = ../../.sops.yaml;
|
sopsConfigPath = ../../.sops.yaml;
|
||||||
sopsSecretsPath = ../../keys/secrets.yaml;
|
sopsSecretsPath = ../../keys/secrets.yaml;
|
||||||
flakeDir = "${config.xdg.configHome}/home-manager/jsl-dendritic";
|
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
|||||||
Reference in New Issue
Block a user