diff --git a/hosts/arkhitekton/hardware-configuration.nix b/hosts/arkhitekton/hardware-configuration.nix index bdcec77..1083af0 100644 --- a/hosts/arkhitekton/hardware-configuration.nix +++ b/hosts/arkhitekton/hardware-configuration.nix @@ -44,7 +44,7 @@ options = [ "subvol=nix" "compress=zstd" "noatime" ]; }; - swapDevices = [ { device = "/.swapvol"; } ]; + #swapDevices = [ { device = "/.swapvol"; } ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking diff --git a/modules/hyprland/waybar/desktop.nix b/modules/hyprland/waybar/desktop.nix index 633a4d8..9158b73 100644 --- a/modules/hyprland/waybar/desktop.nix +++ b/modules/hyprland/waybar/desktop.nix @@ -107,7 +107,7 @@ "tooltip-format-enumerate-connected": "{device_alias} {device_address}" }, "network": { - "interface": "wlp*", + "interface": "enp*", "format": "󰱓 {bandwidthTotalBytes}", "format-disconnected": "{icon} No Internet", "format-linked": "󰅛 {ifname} (No IP)",