fix: Git-annex fixes

This commit is contained in:
Madeleine Sydney
2025-01-24 18:09:37 -07:00
parent 83a37f2288
commit 3616248c20
8 changed files with 50 additions and 13 deletions

View File

@@ -9,6 +9,7 @@
openssh.authorizedKeys.keyFiles = [
../../public-keys/crumb-at-guix-rebound.pub
../../public-keys/crumble-at-fruitbook.pub
];
};
@@ -17,6 +18,12 @@
];
sydnix = {
impermanence = {
enable = true;
directories = [
".ssh"
];
};
};
# Don't touch!