tangled
alpha
login
or
join now
pyrox.dev
/
nix
My Nix Configuration
1
fork
atom
overview
issues
pulls
pipelines
nix
/
modules
/
nixos
/
default-config
/
services
/
default.nix
at
cb2212520a4d1d8a0eb91419618860762350f6cd
57 B
view raw
1
{
2
imports
=
[
3
./ntp.nix
4
./tailscale.nix
5
]
;
6
}