From 10af5aec8d2c99b7138eee846765fd967155d1ee Mon Sep 17 00:00:00 2001 From: ant Date: Thu, 26 Jun 2025 14:03:24 +0200 Subject: [PATCH] disable ragnamod --- os/hs/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";