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.
This commit is contained in:
Garry Filakhtov
2023-03-09 16:26:51 +11:00
parent 38bdc13b6d
commit 68cd5bdc83
-1
View File
@@ -26921,7 +26921,6 @@ with pkgs;
withCryptsetup = true;
withFido2 = true;
withKmod = true;
withPam = true;
withTpm2Tss = true;
};
systemdStage1Network = systemdStage1.override {