Unverified Commit 68cd5bdc authored by Garry Filakhtov's avatar Garry Filakhtov
Browse files

systemdStage1: disable PAM

When PAM was made optional initially, we decided to keep it enabled for stage 1, but as was later pointed out during the code review it is unnecessary, because we never use PAM in stage 1, even in network-enabled stage 1 with OpenSSH we have `UsePAM` set to `no`, so disabling it now.
parent 38bdc13b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -26921,7 +26921,6 @@ with pkgs;
    withCryptsetup = true;
    withFido2 = true;
    withKmod = true;
    withPam = true;
    withTpm2Tss = true;
  };
  systemdStage1Network = systemdStage1.override {