This commit is contained in:
iFargle 2023-12-13 19:13:12 +09:00
parent be491fdf93
commit e599ad76a1

View file

@ -21,7 +21,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" = {
source = "./../etc/ssh/authorized_keys.d/albert"; source = "../../etc/ssh/authorized_keys.d/albert";
target = ".ssh/authorized_keys"; target = ".ssh/authorized_keys";
}; };