tangled
alpha
login
or
join now
pyrox.dev
/
nix
My Nix Configuration
1
fork
atom
overview
issues
pulls
pipelines
nix
/
systems
/
x86_64-linux
/
zaphod
/
security
/
modules.nix
at
ec64701c852fef17653bcc1034443dab720a0cd0
82 B
view raw
1
{
2
imports
=
[
./pam.nix
]
;
3
security
=
{
4
protectKernelImage
=
true
;
5
}
;
6
}