nixos/machines/thinkman/network.nix

11 lines
232 B
Nix
Raw Normal View History

2023-03-19 15:17:16 +01:00
# 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
'';
}