sd-switch 0.6.3

A systemd unit reload/restart utility for Home Manager
Documentation
1
2
3
4
5
6
7
8
9
{ ... }:

{
  imports = [ ./system-services.nix ];

  name = "system-systemctl-services";

  sd-switch.command = "sd-switch --system --force-systemctl";
}