This commit is contained in:
iFargle 2023-12-13 19:52:20 +09:00
parent 7d138c7beb
commit 2f2193c74f

View file

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