summary refs log tree commit diff
path: root/nixos/modules/system
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2018-03-03 22:40:32 +0200
committerTuomas Tynkkynen <tuomas@tuxera.com>2018-03-03 22:40:32 +0200
commit1e107443ad0867ca0c923556e13a2c9a92e9e98a (patch)
tree4320b541e23ffcf683556ef49cdf10e9dd1eed05 /nixos/modules/system
parenta5913ce2722b067fdc346a3c06e51ff5aaa1aef9 (diff)
parent618ac29687a650d854c8bea7efd4490387589ce2 (diff)
downloadnixlib-1e107443ad0867ca0c923556e13a2c9a92e9e98a.tar
nixlib-1e107443ad0867ca0c923556e13a2c9a92e9e98a.tar.gz
nixlib-1e107443ad0867ca0c923556e13a2c9a92e9e98a.tar.bz2
nixlib-1e107443ad0867ca0c923556e13a2c9a92e9e98a.tar.lz
nixlib-1e107443ad0867ca0c923556e13a2c9a92e9e98a.tar.xz
nixlib-1e107443ad0867ca0c923556e13a2c9a92e9e98a.tar.zst
nixlib-1e107443ad0867ca0c923556e13a2c9a92e9e98a.zip
Merge commit '618ac29687a650d854c8bea7efd4490387589ce2' into staging
Diffstat (limited to 'nixos/modules/system')
-rw-r--r--nixos/modules/system/boot/initrd-ssh.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/initrd-ssh.nix b/nixos/modules/system/boot/initrd-ssh.nix
index cdeff4845948..8b3dc2d90eb3 100644
--- a/nixos/modules/system/boot/initrd-ssh.nix
+++ b/nixos/modules/system/boot/initrd-ssh.nix
@@ -118,7 +118,7 @@ in
         echo ${escapeShellArg key} >> /root/.ssh/authorized_keys
       '') cfg.authorizedKeys)}
 
-      dropbear -s -j -k -E -m -p ${toString cfg.port} ${optionalString (cfg.hostRSAKey == null && cfg.hostDSSKey == null && cfg.hostECDSAKey == null) "-R"}
+      dropbear -s -j -k -E -p ${toString cfg.port} ${optionalString (cfg.hostRSAKey == null && cfg.hostDSSKey == null && cfg.hostECDSAKey == null) "-R"}
     '';
 
     boot.initrd.secrets =