diff --git a/modules/systemd.nix b/modules/systemd.nix index 760b8a6..55cd392 100644 --- a/modules/systemd.nix +++ b/modules/systemd.nix @@ -5,10 +5,12 @@ systemConfiguration { sc = "systemctl"; scd = "systemctl stop"; scr = "systemctl restart"; + scs = "systemctl status"; scu = "systemctl start"; suc = "systemctl --user"; sucd = "systemctl --user stop"; sucr = "systemctl --user restart"; + sucs = "systemctl --user status"; sucu = "systemctl --user start"; jc = "journalctl";