chore: add malachite ssh key
This commit is contained in:
parent
9925c8fe43
commit
755e172117
1 changed files with 3 additions and 1 deletions
|
|
@ -16,6 +16,8 @@
|
||||||
extraGroups = [ "wheel" "kvm" "libvirt" "docker" ];
|
extraGroups = [ "wheel" "kvm" "libvirt" "docker" ];
|
||||||
hashedPasswordFile = config.sops.secrets."password-hash/nyadmin".path;
|
hashedPasswordFile = config.sops.secrets."password-hash/nyadmin".path;
|
||||||
openssh.authorizedKeys.keys = [
|
openssh.authorizedKeys.keys = [
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOVgHcJ9C8TD515x+KqFKNYUa6IZML6LU3FWovmDIvyZ" ];
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOVgHcJ9C8TD515x+KqFKNYUa6IZML6LU3FWovmDIvyZ lappy"
|
||||||
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHM7Bf0TZjTqejlwhinyO4EpRS+5yQx5I5EbIxP4Rdc4 malachite"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue