From 998bf21f72dbeaf88a6cfdc04ed46aa2bdd2bc73 Mon Sep 17 00:00:00 2001 From: John Titor <50095635+JohnRTitor@users.noreply.github.com> Date: Thu, 1 Aug 2024 11:52:16 +0530 Subject: [PATCH] fix --- graphical-configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graphical-configuration.nix b/graphical-configuration.nix index 250244c..26319bf 100644 --- a/graphical-configuration.nix +++ b/graphical-configuration.nix @@ -53,4 +53,6 @@ google-chrome firefox ]; + + systemd.enableUnifiedCgroupHierarchy = lib.mkForce false; }