Skip to content

Commit

Permalink
systemdStage1: disable PAM
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
filakhtov committed Mar 9, 2023
1 parent 38bdc13 commit 68cd5bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26921,7 +26921,6 @@ with pkgs;
withCryptsetup = true;
withFido2 = true;
withKmod = true;
withPam = true;
withTpm2Tss = true;
};
systemdStage1Network = systemdStage1.override {
Expand Down

0 comments on commit 68cd5bd

Please sign in to comment.