diff options
Diffstat (limited to 'snowfall/modules/home/suites/common')
| -rw-r--r-- | snowfall/modules/home/suites/common/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/snowfall/modules/home/suites/common/default.nix b/snowfall/modules/home/suites/common/default.nix index a25f648..ba4d34b 100644 --- a/snowfall/modules/home/suites/common/default.nix +++ b/snowfall/modules/home/suites/common/default.nix @@ -13,6 +13,7 @@ in { bash.enable = true; vim.enable = true; git.enable = true; + ssh.enable = true; }; }; }; |