test
This commit is contained in:
parent
9b3775e6d9
commit
7b8203c948
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
# Copy authorized keys to ~/.ssh/authorized_keys
|
||||
home.file.".ssh/authorized_keys" = {
|
||||
enable = true;
|
||||
source = "../../ssh/authorized_keys.d/albert";
|
||||
source = "/etc/ssh/authorized_keys.d/albert";
|
||||
target = ".ssh/authorized_keys";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue