Remove nil memory limit
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
}:
|
||||
{ ... }:
|
||||
{
|
||||
environment.persistence."/cache"."${home}/.cache/nix" = { };
|
||||
|
||||
home-manager.users.${user}.programs.zsh.shellAliases = {
|
||||
nrs = "sudo nixos-rebuild switch --flake .#$(hostname) --show-trace";
|
||||
nrb = "sudo nixos-rebuild boot --flake .#$(hostname) --show-trace";
|
||||
|
@@ -13,7 +13,7 @@
|
||||
"--"
|
||||
];
|
||||
nix = {
|
||||
maxMemoryMB = 4096;
|
||||
maxMemoryMB = null;
|
||||
flake = {
|
||||
autoArchive = true;
|
||||
autoEvalInputs = true;
|
||||
|
Reference in New Issue
Block a user