diff --git a/configuration.nix b/configuration.nix index 2b62d61..eef2f56 100644 --- a/configuration.nix +++ b/configuration.nix @@ -38,11 +38,14 @@ networking.networkmanager.enable = true; # Easiest to use and most distros use this by default. networking.networkmanager.plugins = [ pkgs.networkmanager-openvpn ]; networking.networkmanager.dns = "dnsmasq"; + # address=/git.christianott.ch/git.christianott.ch/tux.social/woelkli.christianott.ch/office.christianott.ch/192.168.15.4 environment.etc."NetworkManager/dnsmasq.d/00-cave.conf".text = '' server=/.mibex.ch/172.31.13.27 - server=/huus/192.168.15.2 + server=/.communardo.de/192.168.50.75 + address=/mail.communardo.de/195.243.59.178 address=/git.christianott.ch/git.christianott.ch/tux.social/woelkli.christianott.ch/office.christianott.ch/192.168.15.4 + server=/huus/192.168.15.2 server=192.168.15.2 server=192.168.50.1 server=1.1.1.1