devos/profiles/hosts_block/default.nix
2021-04-15 14:44:23 +02:00

6 lines
66 B
Nix

{
networking.extraHosts =
''
127.0.0.1 is.badat.dev
'';
}