test
This commit is contained in:
parent
e599ad76a1
commit
3df4dfa739
1 changed files with 1 additions and 1 deletions
|
@ -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 = "../../../keys/ssh/keys.txt";
|
||||||
target = ".ssh/authorized_keys";
|
target = ".ssh/authorized_keys";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue