mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
fix(wifi): only use wlp3s0 on machines where it applies
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
{
|
||||
networking.wireless = {
|
||||
enable = true;
|
||||
interfaces = [ "wlp3s0" ];
|
||||
userControlled.enable = true;
|
||||
networks = {
|
||||
"Aether" = {
|
||||
|
||||
@@ -38,6 +38,7 @@
|
||||
wlp3s0.useDHCP = true;
|
||||
wwp0s20u4i6.useDHCP = true;
|
||||
};
|
||||
networking.wireless.interfaces = [ "wlp3s0" ];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
git vim
|
||||
|
||||
@@ -36,6 +36,8 @@ in
|
||||
|
||||
networking.hostName = "wilde";
|
||||
|
||||
networking.wireless.interfaces = [ "wlp3s0" ];
|
||||
|
||||
networking.retiolum = {
|
||||
ipv4 = "10.243.2.4";
|
||||
ipv6 = "42:0:3c46:907c:1fb8:b74f:c59b:1ee3";
|
||||
|
||||
@@ -110,6 +110,7 @@
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
networking.hostName = "zaatar";
|
||||
networking.wireless.interfaces = [ "wlp2s0" ];
|
||||
|
||||
networking.retiolum = {
|
||||
ipv4 = "10.243.2.34";
|
||||
|
||||
Reference in New Issue
Block a user