secrets
This commit is contained in:
@@ -43,20 +43,20 @@
|
||||
"rp"
|
||||
".mozilla/firefox/roy/storage/default"
|
||||
".cache/mozilla/firefox/roy"
|
||||
"age"
|
||||
];
|
||||
files = [
|
||||
".bash_history"
|
||||
".mozilla/firefox/roy/places.sqlite"
|
||||
".mozilla/firefox/roy/cookies.sqlite"
|
||||
".config/sops/age/keys.txt"
|
||||
];
|
||||
allowOther = true;
|
||||
};
|
||||
|
||||
# SOPS config
|
||||
sops = {
|
||||
age.sshKeyPaths = [ "/home/roy/.ssh/id_ed25519" ];
|
||||
age.keyFile = "/persist/home/roy/age-key.txt";
|
||||
age.generateKey = true;
|
||||
age.keyFile = "/persist/home/roy/age/.age-key.txt";
|
||||
defaultSopsFormat = "json";
|
||||
defaultSopsFile = ./secrets/roy.json;
|
||||
# secrets.test = {
|
||||
|
||||
Reference in New Issue
Block a user