mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 01:42:55 +00:00
set local network hosts file
This commit is contained in:
parent
71d0d3ca14
commit
61d9b103b0
@ -10,6 +10,10 @@
|
|||||||
networking.interfaces.wlp4s0.useDHCP = true;
|
networking.interfaces.wlp4s0.useDHCP = true;
|
||||||
|
|
||||||
networking.firewall.allowPing = lib.mkIf config.server true;
|
networking.firewall.allowPing = lib.mkIf config.server true;
|
||||||
|
networking.hosts = {
|
||||||
|
"192.168.0.120" = [ "tempest" ];
|
||||||
|
"192.168.0.218" = [ "swan" ];
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user