test
This commit is contained in:
parent
557d9911ee
commit
1cb79b0cd8
2 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
# Cop authorized keys to ~/.ssh/authorized_keys
|
||||
home.file."authorized_keys" = {
|
||||
enable = true;
|
||||
source = "./keys.txt";
|
||||
source = "./ssh-keys.txt";
|
||||
target = ".ssh/authorized_keys";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue