summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2018-11-30 13:15:49 +0100
committertv <tv@krebsco.de>2018-11-30 13:15:49 +0100
commit220969d4d3d435b59c6f121cdc7eb86719dcfd80 (patch)
tree774602eb18371c07b318be6965f7ff4d0543e056
parent9c97865f15a07b910a13de6ae1d6ab6b14ade9a9 (diff)
tv: remove systemd aliases
-rw-r--r--tv/2configs/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/tv/2configs/default.nix b/tv/2configs/default.nix
index d9ddc90d..484a337b 100644
--- a/tv/2configs/default.nix
+++ b/tv/2configs/default.nix
@@ -87,11 +87,6 @@ with import <stockholm/lib>;
export SYSTEM="$1"
exec nix-shell -I stockholm="$PWD" --run 'deploy --system="$SYSTEM"'
'';
- reload = "systemctl reload";
- restart = "systemctl restart";
- start = "systemctl start";
- status = "systemctl status";
- stop = "systemctl stop";
};
environment.variables = {