generation 492 25.11.20250714.62e0f05
This commit is contained in:
@@ -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"];
|
||||||
|
|||||||
@@ -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"];
|
||||||
|
|||||||
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user