feat(ada): coredump init
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
parent
105ec5965c
commit
fe98fd5e59
1 changed files with 7 additions and 0 deletions
7
ada/systemd/coredump.nix
Normal file
7
ada/systemd/coredump.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
_: {
|
||||||
|
systemd = {
|
||||||
|
coredump = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue