sombrero: Assign static ip (ETHERNET)

This commit is contained in:
Alexander Heldt
2023-01-08 11:10:06 +01:00
parent 5d46bcfad2
commit dad2250c77

View File

@@ -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" }];
];
}; };
}; };