This commit is contained in:
iFargle 2023-12-13 19:47:06 +09:00
parent 9b3775e6d9
commit 7b8203c948

View file

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