From 05cfe06e850fc86cb48866cdbc8925cbe437287a Mon Sep 17 00:00:00 2001 From: Emmet Date: Sat, 6 Apr 2024 08:32:15 -0500 Subject: [PATCH] Removed nix rebuild systemd-run wrappers --- user/shell/sh.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/user/shell/sh.nix b/user/shell/sh.nix index b96d8b21..c12635c6 100644 --- a/user/shell/sh.nix +++ b/user/shell/sh.nix @@ -11,8 +11,6 @@ let neofetch = "disfetch"; fetch = "disfetch"; gitfetch = "onefetch"; - nixos-rebuild = "systemd-run --no-ask-password --uid=0 --system --scope -p MemoryLimit=16000M -p CPUQuota=60% nixos-rebuild"; - home-manager = "systemd-run --no-ask-password --uid=1000 --user --scope -p MemoryLimit=16000M -p CPUQuota=60% home-manager"; }; in {