test
This commit is contained in:
parent
c0110dc43d
commit
dbdc1c38b7
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/nixos/git/keys/ssh/keys.txt";
|
source = "../../../keys/ssh/keys.txt";
|
||||||
};
|
};
|
||||||
|
|
||||||
accounts = {
|
accounts = {
|
||||||
|
|
Loading…
Reference in a new issue