summary refs log tree commit diff
path: root/host
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-01-22 14:10:19 +0000
committerRory& <root@rory.gay>2026-01-22 14:10:19 +0000
commitcfdb4321ed5c537b1618736fa0d5180fcec1a7b3 (patch)
tree25590a2887db429ed066e4710a7080dac6f68491 /host
parentSpacebar config changes (diff)
downloadRory-Open-Architecture-master.tar.xz
Flake update, spacebar attempts HEAD master
Diffstat (limited to 'host')
-rw-r--r--host/Rory-ovh/services/containers/spacebar/root.nix20
1 files changed, 10 insertions, 10 deletions
diff --git a/host/Rory-ovh/services/containers/spacebar/root.nix b/host/Rory-ovh/services/containers/spacebar/root.nix

index 28892d1..a29b693 100644 --- a/host/Rory-ovh/services/containers/spacebar/root.nix +++ b/host/Rory-ovh/services/containers/spacebar/root.nix
@@ -20,14 +20,14 @@ }; # check that we can reach the database server before starting the service - systemd.services."spacebar-apply-migrations" = - let - address = "192.168.100.1"; - in - { - path = [ pkgs.netcat pkgs.bash ]; - serviceConfig = { - ExecStartPre = "${pkgs.bash}/bin/sh -c 'sleep 5; until ${pkgs.netcat}/bin/nc -z ${address} 5432; do echo \"Waiting for database server...\"; sleep 0.2; done'"; - }; - }; +# systemd.services."spacebar-apply-migrations" = +# let +# address = "192.168.100.1"; +# in +# { +# path = [ pkgs.netcat pkgs.bash ]; +# serviceConfig = { +# ExecStartPre = "${pkgs.bash}/bin/sh -c 'sleep 5; until ${pkgs.netcat}/bin/nc -z ${address} 5432; do echo \"Waiting for database server...\"; sleep 0.2; done'"; +# }; +# }; }