allow phone ssh key on all hosts
This commit is contained in:
parent
e5f8fbb446
commit
c2e62ec81b
3 changed files with 7 additions and 0 deletions
|
|
@ -16,5 +16,10 @@
|
|||
enablePrinting = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
users.users.vinzenz.openssh.authorizedKeys.keys = [
|
||||
''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFCJUpbpB3KEKVoKWsKoar9J4RNah8gmQoSH6jQEw5dY vinzenz-pixel-JuiceSSH''
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue