test
This commit is contained in:
parent
dbdc1c38b7
commit
a5efe6f854
1 changed files with 3 additions and 1 deletions
|
@ -21,7 +21,9 @@
|
||||||
|
|
||||||
# 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 = "../../../keys/ssh/keys.txt";
|
enable = true;
|
||||||
|
source = "../../../../../../etc/ssh/authorized_keys.d/albert";
|
||||||
|
target = ".ssh/authorized_keys";
|
||||||
};
|
};
|
||||||
|
|
||||||
accounts = {
|
accounts = {
|
||||||
|
|
Loading…
Reference in a new issue