set local network hosts file

This commit is contained in:
Noah Masur 2023-03-08 22:57:48 -05:00
parent 71d0d3ca14
commit 61d9b103b0

View File

@ -10,6 +10,10 @@
networking.interfaces.wlp4s0.useDHCP = true;
networking.firewall.allowPing = lib.mkIf config.server true;
networking.hosts = {
"192.168.0.120" = [ "tempest" ];
"192.168.0.218" = [ "swan" ];
};
};