mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
Removed nix rebuild systemd-run wrappers
This commit is contained in:
parent
b7654cd2cd
commit
05cfe06e85
|
@ -11,8 +11,6 @@ let
|
||||||
neofetch = "disfetch";
|
neofetch = "disfetch";
|
||||||
fetch = "disfetch";
|
fetch = "disfetch";
|
||||||
gitfetch = "onefetch";
|
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
|
in
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue