diff --git a/os/hs/configuration.nix b/os/hs/configuration.nix index 5f20300..b3aef64 100644 --- a/os/hs/configuration.nix +++ b/os/hs/configuration.nix @@ -121,7 +121,7 @@ in { networking.interfaces.enp10s0.wakeOnLan.enable = true; systemd.services.ragnamod = { - enable = true; + enable = false; after = [ "network.target" ]; wantedBy = [ "default.target" ]; description = "Ragnamod server";