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 - ''; }