mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-02-23 16:49:01 -05:00
9 lines
120 B
Nix
9 lines
120 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
services= {
|
||
|
openssh = {
|
||
|
authorizedKeysFiles = ["${./ssh.keys}"];
|
||
|
};
|
||
|
};
|
||
|
}
|