From 9fb33cbfac78925dfca8bbbf3b419c18483db104 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 11 Aug 2025 19:13:02 +0100 Subject: [PATCH] nix fmt --- hosts/lemp11/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/lemp11/configuration.nix b/hosts/lemp11/configuration.nix index 124cf9d2..224a71d5 100644 --- a/hosts/lemp11/configuration.nix +++ b/hosts/lemp11/configuration.nix @@ -32,7 +32,7 @@ }; systemd.settings.Manager = { - DefaultTimeoutStopSec="10s"; + DefaultTimeoutStopSec = "10s"; }; networking.networkmanager.enable = true;