sombrero: Assign static ip (ETHERNET)
This commit is contained in:
@@ -46,12 +46,11 @@
|
|||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "sombrero";
|
hostName = "sombrero";
|
||||||
wireless = {
|
ipv4 = {
|
||||||
enable = true;
|
addresses = [{
|
||||||
networks."pretty-fly-for-a-wifi".psk = "latkatt1";
|
address = "192.168.50.200";
|
||||||
interfaces = [
|
prefixLength = 24;
|
||||||
"wlan0"
|
}];
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user