This commit is contained in:
iFargle 2023-12-13 20:16:37 +09:00
parent 557d9911ee
commit 1cb79b0cd8
2 changed files with 1 additions and 1 deletions

View file

@ -22,7 +22,7 @@
# Cop authorized keys to ~/.ssh/authorized_keys
home.file."authorized_keys" = {
enable = true;
source = "./keys.txt";
source = "./ssh-keys.txt";
target = ".ssh/authorized_keys";
};