Merge pull request #72664 from contrun/patch-2
pam_mount: change order of lines in pam_mount.conf
This commit is contained in:
commit
88e69097fa
@ -50,9 +50,6 @@ in
|
|||||||
<pam_mount>
|
<pam_mount>
|
||||||
<debug enable="0" />
|
<debug enable="0" />
|
||||||
|
|
||||||
${concatStrings (map userVolumeEntry (attrValues extraUserVolumes))}
|
|
||||||
${concatStringsSep "\n" cfg.extraVolumes}
|
|
||||||
|
|
||||||
<!-- if activated, requires ofl from hxtools to be present -->
|
<!-- if activated, requires ofl from hxtools to be present -->
|
||||||
<logout wait="0" hup="no" term="no" kill="no" />
|
<logout wait="0" hup="no" term="no" kill="no" />
|
||||||
<!-- set PATH variable for pam_mount module -->
|
<!-- set PATH variable for pam_mount module -->
|
||||||
@ -64,6 +61,9 @@ in
|
|||||||
<cryptmount>${pkgs.pam_mount}/bin/mount.crypt %(VOLUME) %(MNTPT)</cryptmount>
|
<cryptmount>${pkgs.pam_mount}/bin/mount.crypt %(VOLUME) %(MNTPT)</cryptmount>
|
||||||
<cryptumount>${pkgs.pam_mount}/bin/umount.crypt %(MNTPT)</cryptumount>
|
<cryptumount>${pkgs.pam_mount}/bin/umount.crypt %(MNTPT)</cryptumount>
|
||||||
<pmvarrun>${pkgs.pam_mount}/bin/pmvarrun -u %(USER) -o %(OPERATION)</pmvarrun>
|
<pmvarrun>${pkgs.pam_mount}/bin/pmvarrun -u %(USER) -o %(OPERATION)</pmvarrun>
|
||||||
|
|
||||||
|
${concatStrings (map userVolumeEntry (attrValues extraUserVolumes))}
|
||||||
|
${concatStringsSep "\n" cfg.extraVolumes}
|
||||||
</pam_mount>
|
</pam_mount>
|
||||||
'';
|
'';
|
||||||
}];
|
}];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user