From 494b4a0343f96a702e5c21348fb3a6eb9ffe99e6 Mon Sep 17 00:00:00 2001 From: "quentin@aristote.fr" Date: Sat, 18 Oct 2025 11:54:59 +0200 Subject: enable ssh proxy --- config/services/default.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'config/services/default.nix') diff --git a/config/services/default.nix b/config/services/default.nix index 5cabb7a..52a7784 100644 --- a/config/services/default.nix +++ b/config/services/default.nix @@ -1,3 +1,8 @@ -{...}: { - imports = [./mesh ./web]; +{ ... }: +{ + imports = [ + ./mesh + ./sshproxy + ./web + ]; } -- cgit v1.2.3