Use MagicDNS

This commit is contained in:
Elnu 2023-08-07 17:01:35 -07:00
parent d4bb4e7ad9
commit 91a3b262c5
4 changed files with 8 additions and 22 deletions

View file

@ -58,13 +58,10 @@ in
networking.search = [ "elnu.com" ];
networking.extraHosts = ''
192.168.0.26 elnuhub
192.168.0.26 elnuhub.local
24.199.72.8 elnudrop
24.199.72.8 elnudrop.local
${tailscale.hosts}
'';
networking.hosts = {
"192.168.0.26" = [ "elnuhub.local" ];
"24.199.72.8" = [ "elnudrop.local" ];
};
#sound.enable = true;
#hardware.pulseaudio.enable = true;