From 9c7f4098b3f22f89319278516efccfcfe608ab4e Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Tue, 17 Jan 2023 15:29:34 +0000 Subject: [PATCH] Update pantheon.nix --- desktops/pantheon.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/desktops/pantheon.nix b/desktops/pantheon.nix index e0cb0e9..bfdf652 100644 --- a/desktops/pantheon.nix +++ b/desktops/pantheon.nix @@ -12,9 +12,4 @@ pantheon.appcenter # AppCenter as it can't be used on NixOS ]); - # Hacks - systemd.extraConfig = '' - DefaultTimeoutStopSec=10s - DefaultTimeoutStartSec=10s - ''; }