1 files changed, 1 insertions, 1 deletions
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 {
|