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