416 current 2025-06-09 01:12:44 25.05.20250424.f771eb4 6.12.24 *

This commit is contained in:
2025-06-09 01:13:12 -04:00
parent c6214f5591
commit 4973885111
2 changed files with 11 additions and 4 deletions

View File

@@ -42,10 +42,17 @@
services.logind.lidSwitchExternalPower = "ignore"; services.logind.lidSwitchExternalPower = "ignore";
age = { age = {
secrets.zsh_remote = { secrets = {
file = ../../secrets/zsh_remote.age; zsh_remote = {
owner = "synchronous"; file = ../../secrets/zsh_remote.age;
mode = "0400"; owner = "synchronous";
mode = "0400";
};
tailscale-rq = {
file = ../../secrets/tailscale-rq.age;
owner = "synchronous";
mode = "0400";
};
}; };
secretsDir = "/home/synchronous/.agenix/agenix"; secretsDir = "/home/synchronous/.agenix/agenix";
secretsMountPoint = "/home/synchronous/.agenix/agenix.d"; secretsMountPoint = "/home/synchronous/.agenix/agenix.d";

BIN
secrets/tailscale-rq.age Normal file

Binary file not shown.