parent
0d316fe7d2
commit
fe79f59b2d
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@
|
||||||
CertificateFile ${
|
CertificateFile ${
|
||||||
builtins.toFile "user_ed25519-cert.pub" config.custom.ssh.userCert
|
builtins.toFile "user_ed25519-cert.pub" config.custom.ssh.userCert
|
||||||
}
|
}
|
||||||
HostKey ${config.age.secrets.user_ed25519.path}
|
IdentityFile ${config.age.secrets.user_ed25519.path}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue