From 642bb8ba64120815075b0e3ca8906d83219c2116 Mon Sep 17 00:00:00 2001 From: kalipso Date: Tue, 14 Jan 2025 13:53:20 +0100 Subject: [PATCH] [fanny] fix vpn name --- machines/fanny/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/fanny/configuration.nix b/machines/fanny/configuration.nix index d1105fd..fa86933 100644 --- a/machines/fanny/configuration.nix +++ b/machines/fanny/configuration.nix @@ -47,7 +47,7 @@ in services.malobeo.vpn = { enable = true; - name = "vpn"; + name = "fanny"; privateKeyFile = config.sops.secrets.wg_private.path; };