add local network hosts
This commit is contained in:
parent
166cb87306
commit
ef30d7507c
1 changed files with 29 additions and 2 deletions
|
|
@ -153,8 +153,35 @@
|
|||
sudo.wheelNeedsPassword = false;
|
||||
polkit.enable = true;
|
||||
};
|
||||
networking.firewall.enable = false;
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
networking = {
|
||||
firewall.enable = false;
|
||||
networkmanager.enable = true;
|
||||
hosts = {
|
||||
"192.168.1.64" = [
|
||||
"kube1"
|
||||
"kube1.local"
|
||||
"kube1.attlocal.net"
|
||||
];
|
||||
"192.168.1.65" = [
|
||||
"kube2"
|
||||
"kube2.local"
|
||||
"kube2.attlocal.net"
|
||||
];
|
||||
"192.168.1.66" = [
|
||||
"kube3"
|
||||
"kube3.local"
|
||||
"kube3.attlocal.net"
|
||||
"kube3.taila30609.ts.net"
|
||||
];
|
||||
"192.168.1.67" = [
|
||||
"kube4"
|
||||
"kube4.local"
|
||||
"kube4.attlocal.net"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
documentation.man.enable = true;
|
||||
hardware.graphics.enable = true;
|
||||
hardware.bluetooth.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue