diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-09-21 15:00:40 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-09-21 15:00:40 -0500 |
commit | 18ebb2977d3b40243554d6e5d8c5c048d1b5a575 (patch) | |
tree | bd847005016ab6ec619e55ecf7db9000e4d11d27 | |
parent | 8a045b048e831e813555c33827c2738f1eec0704 (diff) | |
download | nixos-config-18ebb2977d3b40243554d6e5d8c5c048d1b5a575.tar.gz nixos-config-18ebb2977d3b40243554d6e5d8c5c048d1b5a575.zip |
hosts/radish: Run superd instead of systemd at init time
-rw-r--r-- | hosts/radish/services.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 = '' |