coredump
This commit is contained in:
parent
62a7c07aac
commit
520594b512
2 changed files with 15 additions and 1 deletions
|
|
@ -8,7 +8,6 @@
|
||||||
sudo-rs.enable = true;
|
sudo-rs.enable = true;
|
||||||
sudo-rs.wheelNeedsPassword = false;
|
sudo-rs.wheelNeedsPassword = false;
|
||||||
};
|
};
|
||||||
systemd.coredump.enable = false;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
15
puter/030-vm-nixos-neru/specific-aspect/coredump.nix
Normal file
15
puter/030-vm-nixos-neru/specific-aspect/coredump.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
den.aspects = {
|
||||||
|
neru = {
|
||||||
|
nixos = {
|
||||||
|
systemd.coredump.extraConfig = ''
|
||||||
|
[Coredump]
|
||||||
|
MaxUse=1G
|
||||||
|
ProcessSizeMax=500M
|
||||||
|
MaxUseRate=3
|
||||||
|
Compress=yes
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue