This commit is contained in:
iFargle 2023-12-13 20:13:00 +09:00
parent 2f2193c74f
commit 0b3b36419e
2 changed files with 3 additions and 2 deletions

View file

@ -19,10 +19,10 @@
pinentry-program /run/current-system/sw/bin/pinentry-curses
'';
# Copy authorized keys to ~/.ssh/authorized_keys
# Cop authorized keys to ~/.ssh/authorized_keys
home.file."authorized_keys" = {
enable = true;
source = "../../../keys/ssh/keys.txt";
source = "./keys.txt";
target = ".ssh/authorized_keys";
};

View file

@ -0,0 +1 @@
../../../keys/ssh/keys.txt