mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-27 14:34:22 -04:00
hope
This commit is contained in:
parent
de4282f257
commit
69777aa4dc
14 changed files with 259 additions and 26 deletions
8
common/systemModules/sshd.nix
Normal file
8
common/systemModules/sshd.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ ... }:
|
||||
{
|
||||
services= {
|
||||
openssh = {
|
||||
authorizedKeysFiles = ["${./ssh.keys}"];
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue