{ config, ... }:
{
boot.initrd = {
network = {
enable = true;
ssh = {
authorizedKeys = with config.krebs.users; [
config.krebs.users.lass.pubkey
config.krebs.users.lass-blue.pubkey
];
};
}