summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-01-30 20:49:09 +0100
committerRory& <root@rory.gay>2026-01-30 20:49:09 +0100
commitdc4e8ca3f70c076c5774f56cee0c66cc73f14e3b (patch)
treecb80abfed87122540ec4a8613c3b8c039fab6791
parentTry running shell kill script as root (diff)
downloadRory-Open-Architecture-dc4e8ca3f70c076c5774f56cee0c66cc73f14e3b.tar.xz
brackets
-rwxr-xr-xhost/Rory-ovh/configuration.nix2
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 {