Set up Microbin

This commit is contained in:
2025-04-29 14:27:02 +02:00
parent 42df5964f1
commit 28399165fc
5 changed files with 19 additions and 0 deletions

View File

@@ -228,6 +228,11 @@ with pkgs;
};
secrets.wallabag.file = secrets/wallabag.age;
secrets.wallabag-postgres.file = secrets/wallabag-postgres.age;
secrets.microbin = {
file = secrets/microbin.age;
owner = "63026";
group = "63026";
};
identityPaths = [ "/etc/ssh/id_ed25519" ];
};