generation 492 25.11.20250714.62e0f05
This commit is contained in:
@@ -29,11 +29,24 @@
|
||||
};
|
||||
|
||||
age = {
|
||||
secrets.zsh_remote = {
|
||||
file = ../../secrets/zsh_remote.age;
|
||||
owner = "synchronous";
|
||||
mode = "0400";
|
||||
secrets = {
|
||||
zsh_remote = {
|
||||
file = ../../secrets/zsh_remote.age;
|
||||
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";
|
||||
secretsMountPoint = "/home/synchronous/.agenix/agenix.d";
|
||||
identityPaths = ["/home/synchronous/.ssh/id_ed25519"];
|
||||
|
||||
Reference in New Issue
Block a user