secrets: move uninsane secrets so nix config is valid on other hosts

This commit is contained in:
Colin 2022-06-07 23:29:57 -07:00
parent a313f61351
commit 05559c9c39
2 changed files with 5 additions and 4 deletions

View File

@ -47,10 +47,6 @@
sops.secrets.example_key = {
owner = config.users.users.colin.name;
};
sops.secrets."duplicity_passphrase" = {
sopsFile = ../../secrets/uninsane/duplicity.yaml;
# owner = "duplicity";
};
# sops.secrets."myservice/my_subdir/my_secret" = {};
}

View File

@ -36,4 +36,9 @@
# set this for the FIRST backup, then remove it to enable incremental backups
# (that the first backup *isn't* full i think is a defect)
# services.duplicity.fullIfOlderThan = "always";
sops.secrets."duplicity_passphrase" = {
sopsFile = ../../../secrets/uninsane/duplicity.yaml;
# owner = "duplicity";
};
}