nixos/machines/thinkman/network.nix
2023-03-19 15:17:16 +01:00

10 lines
232 B
Nix

# network settings
{ config, lib, ... }:
{
# hotfixes for dns settings
networking.extraHosts = ''
192.168.178.60 stunkymonkey.de
192.168.178.60 movies.stunkymonkey.de
192.168.178.60 series.stunkymonkey.de
'';
}