tangled
alpha
login
or
join now
encode42.dev
/
nixos
0
fork
atom
Personal-use NixOS configuration
0
fork
atom
overview
issues
pulls
pipelines
nixos
/
hardware
/
memory
/
oom.nix
at
main
7 lines
89 B
view raw
wrap content
encode42.dev
Re-categorize some system modules that pertain to hardware
3mo ago
75bddf13
1
{
2
boot
.
kernel
.
sysctl
.
"
k
e
r
n
e
l
.
s
y
s
r
q
"
=
1
;
3
4
systemd
.
oomd
=
{
5
enable
=
true
;
6
}
;
7
}