diff options
author | tzlil <tzlils@protonmail.com> | 2023-08-04 01:12:42 +0300 |
---|---|---|
committer | tzlil <tzlils@protonmail.com> | 2023-08-04 01:12:42 +0300 |
commit | 53287e3bdf3a9fcd2782af0069a2bdd55fa3f7c3 (patch) | |
tree | a7fb7bf5cc1bf4d8e057185323503afc6757f219 /hosts/navi | |
parent | 4ec3708822c82516898e636c7994abf8326ac85a (diff) |
fix networking
Diffstat (limited to 'hosts/navi')
-rw-r--r-- | hosts/navi/default.nix | 4 | ||||
-rw-r--r-- | hosts/navi/hardware-configuration.nix | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/hosts/navi/default.nix b/hosts/navi/default.nix index 7350e71..9a926c9 100644 --- a/hosts/navi/default.nix +++ b/hosts/navi/default.nix @@ -53,8 +53,8 @@ # networkConfig.DHCP = "yes"; # }; - systemd.network.networks."10-eth0" = { - matchConfig.Name = "eth0"; + systemd.network.networks."10-wlp1s0" = { + matchConfig.Name = "wlp1s0"; networkConfig.DHCP = "yes"; }; diff --git a/hosts/navi/hardware-configuration.nix b/hosts/navi/hardware-configuration.nix index 64b8644..aa88984 100644 --- a/hosts/navi/hardware-configuration.nix +++ b/hosts/navi/hardware-configuration.nix @@ -62,6 +62,7 @@ in { }; }; }; + }; }; }; }; |