fix: cyclical systems

This commit is contained in:
Lewis Wynne 2026-04-07 13:32:30 +01:00
parent bf558644d1
commit 83aa6fb46d

View file

@ -20,7 +20,6 @@ in
systemd.services.wynne = {
description = "wynne.rs";
after = [ "wynne-rebuild.service" ];
environment = {
HOST = "127.0.0.1";
PORT = toString port;