add CI images to repo
Some checks failed
/ check (push) Failing after 15m39s
/ nvim-bundle (push) Failing after 1m34s

This commit is contained in:
iofq 2026-02-28 00:01:58 -06:00
parent abce966b76
commit 67bbcaeba3
12 changed files with 74 additions and 54 deletions

View file

@ -22,7 +22,7 @@
docker-compose
tmux
];
system-net.openssh.ports = [2022];
machine.net.openssh.ports = [2022];
systemd.services.k3s = {
preStart = ''
until ${pkgs.tailscale}/bin/tailscale status; do
@ -107,7 +107,7 @@
];
};
};
system-sys = {
machine.sys = {
zram = false;
swapSize = 16;
};