5 lines
79 B
Nix
5 lines
79 B
Nix
{ ... }:
|
|
{
|
|
home.file."./.ssh/config".source = ./dotfiles/ssh-identityfile;
|
|
}
|