This commit is contained in:
iFargle 2023-12-13 19:51:09 +09:00
parent 7b8203c948
commit 7d138c7beb

View file

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