mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-08 11:35:37 +03:00
nixos/installation-device: make openssh settings a default (#339786)
This commit is contained in:
commit
07a96b2499
1 changed files with 2 additions and 2 deletions
|
@ -74,8 +74,8 @@ with lib;
|
|||
# installation device for head-less systems i.e. arm boards by manually
|
||||
# mounting the storage in a different system.
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
settings.PermitRootLogin = "yes";
|
||||
enable = mkDefault true;
|
||||
settings.PermitRootLogin = mkDefault "yes";
|
||||
};
|
||||
|
||||
# Enable wpa_supplicant, but don't start it by default.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue