wip: feat: Add host deertopia

This commit is contained in:
Madeleine Sydney
2025-01-17 19:57:17 -07:00
parent b86ba2081a
commit 34adb5c26e
8 changed files with 58 additions and 14 deletions

View File

@@ -62,6 +62,10 @@ in {
z.group = "users";
z.mode = "2775";
};
"${cfg.persistDirectory}/vault/root" = {
z.group = "root";
z.mode = "2775";
};
};
# TODO: Move this somewhere else.