summary refs log tree commit diff
path: root/fleet
diff options
context:
space:
mode:
authorV <v@unfathomable.blue>2021-08-30 02:03:08 +0200
committerV <v@unfathomable.blue>2021-08-30 02:03:08 +0200
commit1c9b8ade5f50b425ac46a2b06ef6774987ab58f2 (patch)
tree49a8c80cb8a948b0b6a763e2702931e7bf34f311 /fleet
parent36d0dbbd568bcec8a97e7854b8a3a44ce20c4bae (diff)
fleet/hosts/trieste/naut: put proxy socket in its own directory
As the main service runs as a dynamic user, service restarts cause the
runtime directory (/run/naut) to be recreated. This resulted in the
proxy socket being deleted, never to be seen again (breaking the hook).

Change-Id: Ief0655d24116939e401191acd75d9d59b9c03e86
Diffstat (limited to 'fleet')
-rw-r--r--fleet/hosts/trieste/naut.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/fleet/hosts/trieste/naut.nix b/fleet/hosts/trieste/naut.nix
index bd3bf06..042d803 100644
--- a/fleet/hosts/trieste/naut.nix
+++ b/fleet/hosts/trieste/naut.nix
@@ -5,7 +5,7 @@
 
 let
   socket = "/run/naut/naut.sock";
-  proxySocket = "/run/naut/naut-proxy.sock";
+  proxySocket = "/run/naut-proxy/naut.sock";
 
   config = {
       "#unfathomable" = [ "nixos-config" ];