diff --git a/modules/common/linux.nix b/modules/common/linux.nix index e899d66..1cdd381 100644 --- a/modules/common/linux.nix +++ b/modules/common/linux.nix @@ -78,7 +78,7 @@ displayManager = { gdm = { enable = true; - wayland = false; + wayland = true; }; }; desktopManager = { @@ -90,7 +90,7 @@ }; networking = { - iproute2.enable = true; + iproute2.enable = true; firewall = { allowPing = false; enable = true;