This commit is contained in:
iFargle 2023-12-13 19:43:28 +09:00
parent a5efe6f854
commit 9b3775e6d9

View file

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