add secret ssh host aliases
This commit is contained in:
parent
7fc85fde8f
commit
64a69e7812
1 changed files with 5 additions and 2 deletions
|
@ -1,4 +1,7 @@
|
|||
_: {
|
||||
{
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
poz.services.ssh = {
|
||||
daemon.enable = false;
|
||||
agent = {
|
||||
|
@ -9,7 +12,7 @@ _: {
|
|||
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMmtUtuo1d1QT4w4SeefWQq7DYxPWqixf4wBE8usAYlY";
|
||||
user = "forgejo";
|
||||
};
|
||||
};
|
||||
} // inputs.work-secrets.ssh;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue