From 18ebb2977d3b40243554d6e5d8c5c048d1b5a575 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Sun, 21 Sep 2025 15:00:40 -0500 Subject: hosts/radish: Run superd instead of systemd at init time --- hosts/radish/services.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/radish/services.nix b/hosts/radish/services.nix index 8dddcfa..73840dc 100644 --- a/hosts/radish/services.nix +++ b/hosts/radish/services.nix @@ -2,6 +2,7 @@ { environment.systemPackages = [ pkgs.superd ]; + boot.systemdExecutable = "/run/current-system/sw/bin/superd"; environment.etc = { "superd/services/nix-daemon.service".text = '' -- cgit v1.2.3