index
:
kerberos
master
NixOS configuration for a home router.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
config
/
networking
/
services
/
default.nix
blob: 623a1c7fcc8769bbc66038bb1c2d2d32cf74aa78 (
plain
)
1
2
3
{
...
}:
{
imports
=
[
./ap.nix
./dhcp.nix
./dns.nix
./firewall
./ifplugd.nix
./igmpproxy.nix
];
}