diff options
author | lassulus <lass@aidsballs.de> | 2016-10-19 12:37:05 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2016-10-19 12:37:05 +0200 |
commit | 7aa9fb7eff3a4356097b46bf531969027a0935a0 (patch) | |
tree | faa02f6d1f5cefc5fdf55cdffe5c4bddea4be616 /makefu/1systems/wbob.nix | |
parent | cbd83bb95fb3b4443523cc277b662ce4dd9d5925 (diff) | |
parent | 7ebecdc99cd9a1ad9ec7c047348e6ea6faf566c5 (diff) |
Merge remote-tracking branch 'gum/master'
Diffstat (limited to 'makefu/1systems/wbob.nix')
-rw-r--r-- | makefu/1systems/wbob.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/makefu/1systems/wbob.nix b/makefu/1systems/wbob.nix index ff176edd9..184f74147 100644 --- a/makefu/1systems/wbob.nix +++ b/makefu/1systems/wbob.nix @@ -55,6 +55,10 @@ in { # rt2870 with nonfree creates wlp2s0 from wlp0s20u2 # not explicitly setting the interface results in wpa_supplicant to crash networking.wireless.interfaces = [ "wlp2s0" ]; + networking.interfaces.virbr1.ip4 = [{ + address = "10.8.8.11"; + prefixLength = 24; + }]; # nuc hardware |