feat(hetzner): add Stalwart, restic backups, and virtualcam
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
environment.systemPackages = [
|
||||
(pkgs.writeShellScriptBin "opencode" ''
|
||||
exec /home/admin/.local/bin/opencode "$@"
|
||||
'')
|
||||
];
|
||||
|
||||
programs.fish.shellInit = ''
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user