fix(darwin): agenix - remove non-exist secret

This commit is contained in:
Ryan Yin
2026-04-17 20:20:23 +08:00
parent 04818c5d50
commit c8e76ceff8
-11
View File
@@ -57,11 +57,6 @@
# only root can read this file. # only root can read this file.
# --------------------------------------------- # ---------------------------------------------
"wg-business.conf" = {
file = "${mysecrets}/wg-business.conf.age";
}
// high_security;
"rclone.conf" = { "rclone.conf" = {
file = "${mysecrets}/rclone.conf.age"; file = "${mysecrets}/rclone.conf.age";
} }
@@ -92,12 +87,6 @@
# place secrets in /etc/ # place secrets in /etc/
# NOTE: this will fail for the first time. cause it's running before "activate-agenix" # NOTE: this will fail for the first time. cause it's running before "activate-agenix"
environment.etc = { 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" = { "agenix/rclone.conf" = {
source = config.age.secrets."rclone.conf".path; source = config.age.secrets."rclone.conf".path;
}; };