summary refs log tree commit diff
path: root/fleet
diff options
context:
space:
mode:
Diffstat (limited to 'fleet')
-rw-r--r--fleet/hosts/trieste/naut.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/fleet/hosts/trieste/naut.nix b/fleet/hosts/trieste/naut.nix
index 85a9a5e..bd3bf06 100644
--- a/fleet/hosts/trieste/naut.nix
+++ b/fleet/hosts/trieste/naut.nix
@@ -19,6 +19,7 @@ in {
   };
 
   systemd.services.naut-proxy = {
+    requires = [ "naut-proxy.socket" ];
     serviceConfig.ExecStart = "${pkgs.systemd}/lib/systemd/systemd-socket-proxyd ${socket}";
   };