Test adding ssh keys to ~/.ssh/authorized_keys

This commit is contained in:
iFargle 2023-12-13 19:10:18 +09:00
parent 81b60e1314
commit b34e79f704

View file

@ -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" = {