feat(ada): coredump init

Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
s0me1newithhand7s 2026-05-29 00:15:50 +03:00
parent 105ec5965c
commit fe98fd5e59

7
ada/systemd/coredump.nix Normal file
View file

@ -0,0 +1,7 @@
_: {
systemd = {
coredump = {
enable = true;
};
};
}