summaryrefslogtreecommitdiff
path: root/modules/common.nix
diff options
context:
space:
mode:
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;