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
|
@ -6,6 +6,7 @@
|
||||||
./firefox.nix
|
./firefox.nix
|
||||||
./cli.nix
|
./cli.nix
|
||||||
./mpv.nix
|
./mpv.nix
|
||||||
|
./ssh.nix
|
||||||
];
|
];
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
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