generation 492 25.11.20250714.62e0f05

This commit is contained in:
2025-08-17 01:29:02 -04:00
parent 5622a6dd4c
commit 31058c7228
3 changed files with 39 additions and 8 deletions

View File

@@ -53,7 +53,13 @@
owner = "synchronous"; owner = "synchronous";
mode = "0400"; mode = "0400";
}; };
ssh-pub = {
file = ../../secrets/ssh-pub.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";
identityPaths = ["/home/synchronous/.ssh/id_ed25519"]; identityPaths = ["/home/synchronous/.ssh/id_ed25519"];

View File

@@ -29,11 +29,24 @@
}; };
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";
};
ssh-pub = {
file = ../../secrets/ssh-pub.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";
identityPaths = ["/home/synchronous/.ssh/id_ed25519"]; identityPaths = ["/home/synchronous/.ssh/id_ed25519"];

View File

@@ -30,10 +30,22 @@
}; };
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";
};
ssh-pub = {
file = ../../secrets/ssh-pub.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";