7 lines
66 B
Nix
7 lines
66 B
Nix
|
{
|
||
|
networking.extraHosts =
|
||
|
''
|
||
|
127.0.0.1 is.badat.dev
|
||
|
'';
|
||
|
}
|