summaryrefslogtreecommitdiff
path: root/modules/common.nix
diff options
context:
space:
mode:
authorChristian <[email protected]>2026-06-11 21:35:22 -0500
committerChristian <[email protected]>2026-06-11 21:35:22 -0500
commite60604eaadda1a342e334a99310753fa45e9b39b (patch)
treeecaa35eefdd7f5f1a068f268ff75bfd4c219179d /modules/common.nix
parentd8f20b93914e59d230fb4cc111e7f872fac52afc (diff)
Home-manager mosh
Diffstat (limited to 'modules/common.nix')
-rw-r--r--modules/common.nix4
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;