summaryrefslogtreecommitdiffstats
path: root/tv/1systems
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2021-12-01 11:21:09 +0100
committermakefu <github@syntax-fehler.de>2021-12-01 11:21:09 +0100
commita921560b2ffe640e951fe22aae612d14797321b5 (patch)
tree7b6aaffdee980c85a8aaf6daf2c7acad817cd2e2 /tv/1systems
parent610d6537e7bc22982dc04d81214e28162b26a43e (diff)
parent118aed78dfecf4823609ecb283957bc9ace6c445 (diff)
Merge remote-tracking branch 'lass/master'
Diffstat (limited to 'tv/1systems')
-rw-r--r--tv/1systems/wu/config.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/tv/1systems/wu/config.nix b/tv/1systems/wu/config.nix
index f0ef6f9..bf250ce 100644
--- a/tv/1systems/wu/config.nix
+++ b/tv/1systems/wu/config.nix
@@ -33,5 +33,11 @@ with import <stockholm/lib>;
};
networking.wireless.enable = true;
+ networking.wireless.interfaces = [
+ "wlp3s0"
+ ];
+ networking.interfaces.enp4s0f2.useDHCP = true;
+ networking.interfaces.wlp3s0.useDHCP = true;
+ networking.useDHCP = false;
}