sourcephile
/
git
/
julm
/
julm-nix.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
nix: update home-manager input
[julm/julm-nix.git]
/
hosts
/
aubergine
/
networking
/
names-and-numbers.nix
1
{
2
wifiIface = "wlp5s0";
3
lteIface = "wwp0s19u1u3i3"; # usb_modeswitch -W -v 12d1 -p 1573 -u 1
4
ftthIface = "enp1s0";
5
eth1Iface = "enp2s0";
6
eth2Iface = "enp3s0";
7
eth3Iface = "enp4s0";
8
wifiIPv4 = "192.168.5";
9
eth1IPv4 = "192.168.2";
10
eth2IPv4 = "192.168.3";
11
eth3IPv4 = "192.168.4";
12
}