feat: Encryption

This commit is contained in:
Madeleine Sydney
2025-02-18 13:56:19 -07:00
parent 91b94d911f
commit d203a71aaa
15 changed files with 80 additions and 26 deletions

View File

@@ -21,9 +21,10 @@
xdg.enable = true;
sydnix = {
gpg.enable = true;
sops = {
enable = true;
keyFile = "/persist/vault/${config.home.username}/keys/melbourne";
keyFile = "/persist/private-keys/age/${config.home.username}";
};
};