mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: the stuff of nightmares
This commit is contained in:
parent
b589fdda9f
commit
3a29446c96
51 changed files with 679 additions and 1094 deletions
|
|
@ -9,10 +9,10 @@ in {
|
|||
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
knownHosts.katca = {
|
||||
/* knownHosts.katca = {
|
||||
certAuthority = true;
|
||||
publicKey = builtins.readFile ../../kat_pubkey_ssh.pub;
|
||||
};
|
||||
publicKey = builtins.readFile ./ca-pubkey.pem;
|
||||
}; */
|
||||
kexAlgorithms = [ "curve25519-sha256@libssh.org" ];
|
||||
settings = {
|
||||
PasswordAuthentication = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue