Personal Nix setup
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update intern0/extern0 interface MACs

+2 -2
+2 -2
machines/ramune/configuration.nix
··· 19 19 interfaces = { 20 20 external = { 21 21 name = "extern0"; 22 - macAddress = "5c:1b:f4:7f:dc:cd"; 22 + macAddress = "ec:75:0c:2e:93:b0"; 23 23 adoptMacAddress = "64:20:9f:16:70:a6"; 24 24 }; 25 25 internal = { 26 26 name = "intern0"; 27 - macAddress = "9c:bf:0d:00:23:5d"; 27 + macAddress = "ec:75:0c:2e:92:1c"; 28 28 cidr = "10.0.0.1/24"; 29 29 }; 30 30 };