diff options
author | jeschli <jeschli@gmail.com> | 2018-08-21 19:46:58 +0200 |
---|---|---|
committer | jeschli <jeschli@gmail.com> | 2018-08-21 19:46:58 +0200 |
commit | 1780cbabd0302a7972828bdfa07440f3c9950d2c (patch) | |
tree | 9de5b5c02dc4e79e519af05903f6e7482a66f558 /jeschli/1systems | |
parent | b4d91d71037eadf8cf8f67b2f9d3d524ff900484 (diff) | |
parent | 799b1660dc8c4188225563f72dfbb56bbb69ed83 (diff) |
Merge remote-tracking branch 'origin/staging/jeschli'
Diffstat (limited to 'jeschli/1systems')
-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; } + ]; + } |