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