Testing
This commit is contained in:
parent
2f2193c74f
commit
0b3b36419e
2 changed files with 3 additions and 2 deletions
|
@ -19,10 +19,10 @@
|
||||||
pinentry-program /run/current-system/sw/bin/pinentry-curses
|
pinentry-program /run/current-system/sw/bin/pinentry-curses
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# Copy authorized keys to ~/.ssh/authorized_keys
|
# Cop authorized keys to ~/.ssh/authorized_keys
|
||||||
home.file."authorized_keys" = {
|
home.file."authorized_keys" = {
|
||||||
enable = true;
|
enable = true;
|
||||||
source = "../../../keys/ssh/keys.txt";
|
source = "./keys.txt";
|
||||||
target = ".ssh/authorized_keys";
|
target = ".ssh/authorized_keys";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
1
home-manager/users/albert/keys.txt
Symbolic link
1
home-manager/users/albert/keys.txt
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../../../keys/ssh/keys.txt
|
Loading…
Reference in a new issue