fix systemd k3s ordering
Some checks failed
/ check (push) Failing after 35s

This commit is contained in:
iofq 2026-01-12 00:28:33 -06:00
parent f7cc6dab30
commit 1943a3c679
4 changed files with 23 additions and 6 deletions

View file

@ -23,6 +23,13 @@
tmux
];
system-net.openssh.ports = [2022];
systemd.services.k3s = {
preStart = ''
until ${pkgs.tailscale}/bin/tailscale status; do
sleep 1
done
'';
};
services = {
zfs.autoScrub.enable = true;
zfs.autoSnapshot.enable = true;