Tweak order of git service

This commit is contained in:
Greg Hellings
2024-10-29 18:17:06 +00:00
parent e86354a545
commit 30fac0f9b9
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -23,6 +23,10 @@ in
networking.firewall.allowedTCPPorts = [ sshPort ];
systemd.services.haproxy = {
after = [ "sys-devices-virtual-net-tailscale0.device" ];
};
services.haproxy = {
enable = true;
config = builtins.concatStringsSep "\n" [