summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorPascal Bach <pascal.bach@nextrem.ch>2017-01-23 22:25:28 +0100
committerRobin Gloster <mail@glob.in>2017-01-25 21:09:31 +0100
commit01fd86723c95b4e86fc701b358d9a1f9269427d2 (patch)
treeb73bd2bdfc0bf9535da09016a21ce0d8d1cf0f2f /nixos
parent03ef04f0a40c1be907fd6f0a70891f8317c04d77 (diff)
downloadnixpkgs-01fd86723c95b4e86fc701b358d9a1f9269427d2.tar
nixpkgs-01fd86723c95b4e86fc701b358d9a1f9269427d2.tar.gz
nixpkgs-01fd86723c95b4e86fc701b358d9a1f9269427d2.tar.bz2
nixpkgs-01fd86723c95b4e86fc701b358d9a1f9269427d2.tar.lz
nixpkgs-01fd86723c95b4e86fc701b358d9a1f9269427d2.tar.xz
nixpkgs-01fd86723c95b4e86fc701b358d9a1f9269427d2.tar.zst
nixpkgs-01fd86723c95b4e86fc701b358d9a1f9269427d2.zip
install-device: correct command to start sshd
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/profiles/installation-device.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/profiles/installation-device.nix b/nixos/modules/profiles/installation-device.nix
index af3ef77e99c..a24fa75e01d 100644
--- a/nixos/modules/profiles/installation-device.nix
+++ b/nixos/modules/profiles/installation-device.nix
@@ -45,7 +45,7 @@ with lib;
             "Type `systemctl start display-manager' to\nstart the graphical user interface."}
       '';
 
-    # Allow sshd to be started manually through "start sshd".
+    # Allow sshd to be started manually through "systemctl start sshd".
     services.openssh = {
       enable = true;
       # Allow password login to the installation, if the user sets a password via "passwd"