summaryrefslogtreecommitdiffstats
path: root/tv/1systems
diff options
context:
space:
mode:
authorlassulus <lass@green.r>2021-11-30 23:09:27 +0100
committerlassulus <lass@green.r>2021-11-30 23:09:27 +0100
commit118aed78dfecf4823609ecb283957bc9ace6c445 (patch)
tree7b6aaffdee980c85a8aaf6daf2c7acad817cd2e2 /tv/1systems
parent6454cca2b29ee9db2e0a21499aa1ac602e7c3638 (diff)
parent41241aa1df6296ebb611ef6c34a4d688a08d0660 (diff)
Merge remote-tracking branch 'ni/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;
}