From c8e76ceff8e1f01d8c1244b58dc775828defef51 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Fri, 17 Apr 2026 20:20:23 +0800 Subject: [PATCH] fix(darwin): agenix - remove non-exist secret --- secrets/darwin.nix | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/secrets/darwin.nix b/secrets/darwin.nix index b406442c..58947d23 100644 --- a/secrets/darwin.nix +++ b/secrets/darwin.nix @@ -57,11 +57,6 @@ # only root can read this file. # --------------------------------------------- - "wg-business.conf" = { - file = "${mysecrets}/wg-business.conf.age"; - } - // high_security; - "rclone.conf" = { file = "${mysecrets}/rclone.conf.age"; } @@ -92,12 +87,6 @@ # place secrets in /etc/ # NOTE: this will fail for the first time. cause it's running before "activate-agenix" environment.etc = { - # wireguard config used with `wg-quick up wg-business` - # Fix DNS for WireGuard on macOS: https://github.com/ryan4yin/nix-config/issues/5 - "wireguard/wg-business.conf" = { - source = config.age.secrets."wg-business.conf".path; - }; - "agenix/rclone.conf" = { source = config.age.secrets."rclone.conf".path; };