From dc4e8ca3f70c076c5774f56cee0c66cc73f14e3b Mon Sep 17 00:00:00 2001 From: Rory& Date: Fri, 30 Jan 2026 20:49:09 +0100 Subject: brackets --- host/Rory-ovh/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/Rory-ovh/configuration.nix b/host/Rory-ovh/configuration.nix index f90e99d..8564308 100755 --- a/host/Rory-ovh/configuration.nix +++ b/host/Rory-ovh/configuration.nix @@ -144,7 +144,7 @@ # dependency on postgres for good measure... after = [ "postgresql.service" ]; wants = [ "postgresql.service" ]; - serviceConfig.ExecStop = mkKillShellScript "spacebar"; + serviceConfig.ExecStop = (mkKillShellScript "spacebar"); }; #containers."syntest1" = import ./services/containers/syntest1/container.nix { -- cgit 1.5.1