mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-09 03:55:44 +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
|
# installation device for head-less systems i.e. arm boards by manually
|
||||||
# mounting the storage in a different system.
|
# mounting the storage in a different system.
|
||||||
services.openssh = {
|
services.openssh = {
|
||||||
enable = true;
|
enable = mkDefault true;
|
||||||
settings.PermitRootLogin = "yes";
|
settings.PermitRootLogin = mkDefault "yes";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Enable wpa_supplicant, but don't start it by default.
|
# Enable wpa_supplicant, but don't start it by default.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue