feat(hetzner): add Stalwart, restic backups, and virtualcam

This commit is contained in:
2026-08-11 15:36:40 +02:00
parent 62c70dab19
commit f806506d9a
13 changed files with 586 additions and 63 deletions
@@ -0,0 +1,13 @@
{
pkgs,
...
}: {
environment.systemPackages = [
(pkgs.writeShellScriptBin "opencode" ''
exec /home/admin/.local/bin/opencode "$@"
'')
];
programs.fish.shellInit = ''
'';
}