stable somewhat
analysis.yaml / perform flake analysis (push) Failing after 1m9s
deploy.yaml / build hive configuration (push) Failing after 30s

This commit is contained in:
2026-09-11 14:43:20 +02:00
parent f5e3ef7c5b
commit 95ddd2d8e9
14 changed files with 380 additions and 115 deletions
+6 -1
View File
@@ -7,7 +7,7 @@
# mode = "770";
# };
airvpn-params = {
file = ./secrets/airvpn_wireguard_key_env.age;
file = ./secrets/airvpn-params.age;
mode = "700";
};
copyparty-serhao = {
@@ -27,5 +27,10 @@
file = ./secrets/authelia-session.age;
mode = "700";
};
actual-client_secret = {
file = ./secrets/actual-client_secret.age;
mode = "700";
owner = "actual";
};
};
}