From deb357f9b15360e6f16737ac611ace37853c458f Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sat, 10 Feb 2024 11:34:08 -0500 Subject: [PATCH] Enable wayland --- modules/common/linux.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;