about summary refs log tree commit diff
path: root/machines/profpatsch
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2018-12-30 12:31:38 +0100
committerProfpatsch <mail@profpatsch.de>2018-12-30 12:32:07 +0100
commit7235bf2d1cdfc7f6c4175c19d6d357cc2118d679 (patch)
treeb42a93ceb87009b616010f1f3bd948291d3a5e52 /machines/profpatsch
parentb316e20cb0a954836c4aa0cc330d5cf20d36463a (diff)
machines/profpatsch: disable sshd for workstations
Diffstat (limited to 'machines/profpatsch')
-rw-r--r--machines/profpatsch/base-workstation.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/profpatsch/base-workstation.nix b/machines/profpatsch/base-workstation.nix
index 3fa6a032..ad7d6140 100644
--- a/machines/profpatsch/base-workstation.nix
+++ b/machines/profpatsch/base-workstation.nix
@@ -70,7 +70,7 @@ in {
     ###########
     # Services
 
-    services.openssh.enable = true;
+    # services.openssh.enable = true;
 
     time.timeZone = "Europe/Paris";