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 | 024be3a294112628675ad560323a13a1bcc61541 (patch) | |
tree | 897b8aa304f55e4dafa7fef739da38a2d45529ab /tv | |
parent | d1ecceb0b985f02d28b86dc7be8a473a45c7ca4a (diff) |
tv: remove systemd aliases
Diffstat (limited to 'tv')
-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 d9ddc90..484a337 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 = { |