diff options
Diffstat (limited to 'home/root/common/core/ssh.nix')
-rw-r--r-- | home/root/common/core/ssh.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/home/root/common/core/ssh.nix b/home/root/common/core/ssh.nix new file mode 100644 index 0000000..929cc51 --- /dev/null +++ b/home/root/common/core/ssh.nix @@ -0,0 +1,5 @@ +{ + programs.ssh = { + enable = true; + }; +} |