Live : Fix sshd params.

This commit is contained in:
Dmitry Voronin 2024-03-10 08:04:23 +03:00
parent 4bea28cc2a
commit a102226288

View file

@ -233,7 +233,9 @@
"${nixpkgs}/nixos/modules/installer/cd-dvd/installation-cd-minimal.nix"
"${nixpkgs}/nixos/modules/installer/cd-dvd/channel.nix"
{ networking.wireless.enable = nixpkgs.lib.mkForce false; }
{ systemd.timers.autoupdate.wantedBy = nixpkgs.lib.mkForce [ ]; }
{ services.openssh.settings.PasswordAuthentication = nixpkgs.lib.mkForce true; }
{ services.openssh.settings.PermitRootLogin = nixpkgs.lib.mkForce "yes"; }
{ system.autoUpgrade.enable = nixpkgs.lib.mkForce false; }
({ pkgs, ... }: { boot.kernelPackages = nixpkgs.lib.mkForce pkgs.linuxPackages; })
./module/Gnome.nix
./module/RemoteBuild.nix