Gitiles
Code Review
Sign In
git.clicks.codes
/
Infra
/
NixFiles
/
712f1e7e2a8eece3111d564a437e52f39b08a6c7
/
.
/
modules
/
networking.nix
blob: d7f17cff14a13b470d9d5d13a22953eeb31957a4 [
file
] [
log
] [
blame
]
{
networking
.
hosts
=
{
"127.0.0.1"
=
[
"standard"
];
"127.0.0.2"
=
[
"clicks"
];
"127.0.0.3"
=
[
"caramels"
];
"127.0.0.255"
=
[
"generic"
];
};
}