From 35e93ce43b12e3be922e37b27f74d5d4b86929f4 Mon Sep 17 00:00:00 2001 From: root@dishwasher Date: Sun, 26 Jun 2022 21:17:20 +0200 Subject: nextcloud: init --- hosts/dishwasher/configuration.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts/dishwasher/configuration.nix') diff --git a/hosts/dishwasher/configuration.nix b/hosts/dishwasher/configuration.nix index 258c3a5..ea1b070 100644 --- a/hosts/dishwasher/configuration.nix +++ b/hosts/dishwasher/configuration.nix @@ -61,6 +61,7 @@ # List services that you want to enable: # Enable the OpenSSH daemon. + programs.mosh.enable = true; services.openssh = { enable = true; permitRootLogin = "prohibit-password"; -- cgit v1.3.1