systemd: add firstboot and sysusers
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
1e162f37fe
commit
5dccbfa32d
@ -95,6 +95,7 @@
|
|||||||
, withDocumentation ? true
|
, withDocumentation ? true
|
||||||
, withEfi ? stdenv.hostPlatform.isEfi
|
, withEfi ? stdenv.hostPlatform.isEfi
|
||||||
, withFido2 ? true
|
, withFido2 ? true
|
||||||
|
, withFirstboot ? false # conflicts with the NixOS /etc management
|
||||||
, withHomed ? !stdenv.hostPlatform.isMusl
|
, withHomed ? !stdenv.hostPlatform.isMusl
|
||||||
, withHostnamed ? true
|
, withHostnamed ? true
|
||||||
, withHwdb ? true
|
, withHwdb ? true
|
||||||
@ -121,6 +122,7 @@
|
|||||||
, withRemote ? !stdenv.hostPlatform.isMusl
|
, withRemote ? !stdenv.hostPlatform.isMusl
|
||||||
, withResolved ? true
|
, withResolved ? true
|
||||||
, withShellCompletions ? true
|
, withShellCompletions ? true
|
||||||
|
, withSysusers ? false # conflicts with the NixOS user management
|
||||||
, withTimedated ? true
|
, withTimedated ? true
|
||||||
, withTimesyncd ? true
|
, withTimesyncd ? true
|
||||||
, withTpm2Tss ? true
|
, withTpm2Tss ? true
|
||||||
@ -494,6 +496,8 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
"-Dlibcurl=${lib.boolToString wantCurl}"
|
"-Dlibcurl=${lib.boolToString wantCurl}"
|
||||||
"-Dlibidn=false"
|
"-Dlibidn=false"
|
||||||
"-Dlibidn2=${lib.boolToString withLibidn2}"
|
"-Dlibidn2=${lib.boolToString withLibidn2}"
|
||||||
|
"-Dfirstboot=${lib.boolToString withFirstboot}"
|
||||||
|
"-Dsysusers=${lib.boolToString withSysusers}"
|
||||||
"-Dquotacheck=false"
|
"-Dquotacheck=false"
|
||||||
"-Dldconfig=false"
|
"-Dldconfig=false"
|
||||||
"-Dsmack=true"
|
"-Dsmack=true"
|
||||||
|
Loading…
Reference in New Issue
Block a user