diff options
| author | Christian <[email protected]> | 2026-06-11 21:35:22 -0500 |
|---|---|---|
| committer | Christian <[email protected]> | 2026-06-11 21:35:22 -0500 |
| commit | e60604eaadda1a342e334a99310753fa45e9b39b (patch) | |
| tree | ecaa35eefdd7f5f1a068f268ff75bfd4c219179d | |
| parent | d8f20b93914e59d230fb4cc111e7f872fac52afc (diff) | |
Home-manager mosh
| -rw-r--r-- | modules/common.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/common.nix b/modules/common.nix index b42b2b3..8590d42 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -65,7 +65,6 @@ file man-pages man-pages-posix - mosh wmname ]; @@ -93,6 +92,9 @@ config.common.default = "gtk"; }; + services.openssh.enable = true; + programs.mosh.enable = true; + virtualisation.docker.enable = true; programs.nix-index.enable = false; |
