Init
This commit is contained in:
commit
c1ab1afd4e
28 changed files with 560 additions and 0 deletions
6
ssh.nix
Normal file
6
ssh.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue