From 840a05eed33379bdc45b7d48158f68d8d723dd6c Mon Sep 17 00:00:00 2001 From: Andre Date: Fri, 16 Aug 2024 16:49:08 -0400 Subject: [PATCH] Shura: remove GTK renderer test --- hosts/Shura/default.nix | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/hosts/Shura/default.nix b/hosts/Shura/default.nix index dd87149..1f4edf1 100644 --- a/hosts/Shura/default.nix +++ b/hosts/Shura/default.nix @@ -25,12 +25,6 @@ in system.stateVersion = stateVersion; networking.hostName = hostName; - # TESTING: Try out different GTK renderers: gl (old), ngl (new), or vulkan (new and unstable) - # See https://blog.gtk.org/2024/01/28/new-renderers-for-gtk/ - environment.sessionVariables = { - "GSK_RENDERER" = "gl"; - }; - aux.system = { apps = { development.enable = true; @@ -61,8 +55,8 @@ in keepassxc # Use native instead of Flatpak due to weird performance issues ]; - # Keep old generations for one week. - retentionPeriod = "7d"; + # Keep old generations for two weeks. + retentionPeriod = "14d"; services = { # Run daily automatic updates.