Disable autostart for wireguard comu
Some checks failed
Update Nix Flake / update-flake (push) Failing after 14s

This commit is contained in:
Julian Mutter 2025-04-29 21:44:54 +02:00
parent d335f6c892
commit 3cf8f19fcc

View File

@ -6,6 +6,7 @@
};
comu = {
configFile = "/etc/wireguard/comu.conf";
autostart = false;
};
};
}