From 1d9651e723a3e08e52e1ce14ac4e3025e20f90ff Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Sat, 21 May 2016 19:25:21 +0200 Subject: Remove systemd shell aliases --- nixos/modules/system/boot/systemd.nix | 7 ------- 1 file changed, 7 deletions(-) (limited to 'nixos/modules/system') diff --git a/nixos/modules/system/boot/systemd.nix b/nixos/modules/system/boot/systemd.nix index e7f892945315..076bbca850d9 100644 --- a/nixos/modules/system/boot/systemd.nix +++ b/nixos/modules/system/boot/systemd.nix @@ -753,13 +753,6 @@ in "TMPFS_XATTR" "SECCOMP" ]; - environment.shellAliases = - { start = "systemctl start"; - stop = "systemctl stop"; - restart = "systemctl restart"; - status = "systemctl status"; - }; - users.extraGroups.systemd-journal.gid = config.ids.gids.systemd-journal; users.extraUsers.systemd-journal-gateway.uid = config.ids.uids.systemd-journal-gateway; users.extraGroups.systemd-journal-gateway.gid = config.ids.gids.systemd-journal-gateway; -- cgit 1.4.1