diff --git a/modules/users.nix b/modules/users.nix index 4eac3bb..9a00300 100644 --- a/modules/users.nix +++ b/modules/users.nix @@ -90,7 +90,7 @@ Type = "oneshot"; User = "${xlib.device.username}"; WorkingDirectory = "/run/current-system"; - ExecStart = [ "${pkgs.nh}/bin/nh os switch" ]; + ExecStart = [ "${pkgs.nh}/bin/nh nh os switch" ]; }; };