diff options
author | tv <tv@krebsco.de> | 2018-11-30 13:15:49 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2018-11-30 13:15:49 +0100 |
commit | 220969d4d3d435b59c6f121cdc7eb86719dcfd80 (patch) | |
tree | 774602eb18371c07b318be6965f7ff4d0543e056 /tv/2configs | |
parent | 9c97865f15a07b910a13de6ae1d6ab6b14ade9a9 (diff) |
tv: remove systemd aliases
Diffstat (limited to 'tv/2configs')
-rw-r--r-- | tv/2configs/default.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tv/2configs/default.nix b/tv/2configs/default.nix index d9ddc90d0..484a337b7 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 = { |