feat(hetzner): fix SMTP on virtualcam website and rm opencode
CI / Flake check (aarch64-linux) (push) Failing after 1m41s
CI / Flake check (x86_64-linux) (push) Failing after 2m41s

This commit is contained in:
2026-08-17 05:29:08 +02:00
parent 75be43140f
commit e64c3d1310
5 changed files with 8 additions and 19 deletions
@@ -1,10 +0,0 @@
{pkgs, ...}: {
environment.systemPackages = [
(pkgs.writeShellScriptBin "opencode" ''
exec /home/admin/.local/bin/opencode "$@"
'')
];
programs.fish.shellInit = ''
'';
}