snapshot pre-autoupdate-2026-07-26T12-32-47Z

This commit is contained in:
2026-07-26 14:32:47 +02:00
parent ba4f2b5bf2
commit a9874f1b2a
5 changed files with 27 additions and 16 deletions
+5 -2
View File
@@ -6,8 +6,11 @@
age.identityPaths = [
"/home/tomasr/.ssh/id_ed25519"
];
age.secrets.my-secret = {
file = ../../secrets/my-secret.age;
age.secrets.ntfy = {
file = ../../secrets/ntfy.age;
owner = "tomasr";
group = "users";
mode = "0400";
};
};
}