diff options
author | makefu <github@syntax-fehler.de> | 2016-10-19 12:31:13 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-10-19 12:31:13 +0200 |
commit | ccd89b19f3fbbb6acb94be8f9f54d4e673ee33dc (patch) | |
tree | 757dc187fba54e4d2927333cf3310d2b0b6d7b62 /makefu/1systems/wbob.nix | |
parent | cd506f30fac481e95637fa8dfa62cb4cdc27e3e4 (diff) |
m *: minor changes
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 |