diff options
Diffstat (limited to 'fleet/hosts')
-rw-r--r-- | fleet/hosts/trieste/naut.nix | 1 |
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}"; }; |