Test adding ssh keys to ~/.ssh/authorized_keys
This commit is contained in:
parent
81b60e1314
commit
b34e79f704
1 changed files with 6 additions and 0 deletions
|
@ -19,6 +19,12 @@
|
|||
pinentry-program /run/current-system/sw/bin/pinentry-curses
|
||||
'';
|
||||
|
||||
# Copy authorized keys to ~/.ssh/authorized_keys
|
||||
home.file.".ssh/authorized_keys" = {
|
||||
source = "/etc/ssh/authorized_keys.d/albert";
|
||||
target = ".ssh/authorized_keys";
|
||||
};
|
||||
|
||||
accounts = {
|
||||
email = {
|
||||
accounts."sysctl" = {
|
||||
|
|
Loading…
Reference in a new issue