summaryrefslogtreecommitdiffstats
path: root/tv/2configs
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2015-11-10 12:44:30 +0100
committertv <tv@krebsco.de>2015-11-10 12:44:51 +0100
commit3b44ddc57cf57a86e4db465c87ca4729498252a3 (patch)
treef84355d72b54e303bc8d40fecf1643047880299f /tv/2configs
parent6faffa1823a11b1325c85c635cb4e658e9ea44e4 (diff)
tv: add shell aliases for systemd
Diffstat (limited to 'tv/2configs')
-rw-r--r--tv/2configs/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/tv/2configs/default.nix b/tv/2configs/default.nix
index 749d249..3400c13 100644
--- a/tv/2configs/default.nix
+++ b/tv/2configs/default.nix
@@ -88,6 +88,12 @@ with lib;
ls = "ls -h --color=auto --group-directories-first";
dmesg = "dmesg -L --reltime";
view = "vim -R";
+
+ reload = "systemctl reload";
+ restart = "systemctl restart";
+ start = "systemctl start";
+ status = "systemctl status";
+ stop = "systemctl stop";
};
environment.variables = {