mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-05-19 13:06:52 +02:00
fix(darwin): agenix - remove non-exist secret
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user