config: Add ssh.nix
Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
parent
6b465331a0
commit
fbcdfa19ed
2 changed files with 4 additions and 0 deletions
3
home-manager/ssh.nix
Normal file
3
home-manager/ssh.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{pkgs, ...}: {
|
||||
programs.ssh.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue