diff options
author | jeschli <jeschli@gmail.com> | 2018-08-01 14:02:54 +0200 |
---|---|---|
committer | jeschli <jeschli@gmail.com> | 2018-08-01 14:02:54 +0200 |
commit | 7f3d2f480bb59df3d2bbe9a114aa5524a8fdc5c5 (patch) | |
tree | f3cf77c9a601d6fc143b4a85421e7cb00b29972a /jeschli | |
parent | 6607847d26ea402c550df551f2c7d65e31cfaf13 (diff) |
j bln: +pair programming eth link
Diffstat (limited to 'jeschli')
-rw-r--r-- | jeschli/1systems/bln/config.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/jeschli/1systems/bln/config.nix b/jeschli/1systems/bln/config.nix index e17d5a4..6e3c3be 100644 --- a/jeschli/1systems/bln/config.nix +++ b/jeschli/1systems/bln/config.nix @@ -165,4 +165,9 @@ hardware.bluetooth.enable = true; krebs.build.host = config.krebs.hosts.bln; + + networking.interfaces.enp0s31f6.ipv4.addresses = [ + { address = "10.99.23.2"; prefixLength = 24; } + ]; + } |