summaryrefslogtreecommitdiff
path: root/hosts/dishwasher/configuration.nix
diff options
context:
space:
mode:
authorroot@dishwasher2022-06-26 21:17:20 +0200
committerroot@dishwasher2022-06-26 21:17:20 +0200
commit35e93ce43b12e3be922e37b27f74d5d4b86929f4 (patch)
tree14050d1e3f233c53f2ec2e46f9fde1d1a116d163 /hosts/dishwasher/configuration.nix
parent56ab27d66128ff3891708a5ddde4ecd2a5e3ded5 (diff)
nextcloud: init
Diffstat (limited to 'hosts/dishwasher/configuration.nix')
-rw-r--r--hosts/dishwasher/configuration.nix1
1 files changed, 1 insertions, 0 deletions
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";