tv: remove systemd aliases

This commit is contained in:
tv 2018-11-30 13:15:49 +01:00
parent 9c97865f15
commit 220969d4d3

View File

@ -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 = {