mod overlay to systemd
This commit is contained in:
parent
32aa9f787b
commit
a90ae6050c
|
@ -26,18 +26,15 @@
|
|||
withFido2 = false;
|
||||
withHostnamed = false;
|
||||
withHomed = false;
|
||||
withHwdb = false;
|
||||
withImportd = false;
|
||||
withLibBPF = false;
|
||||
withLibidn2 = false;
|
||||
withLocaled = false;
|
||||
withLogind = false;
|
||||
withMachined = false;
|
||||
withNetworkd = false;
|
||||
withNss = false;
|
||||
withOomd = false;
|
||||
withPCRE2 = false;
|
||||
withPam = false;
|
||||
withPolkit = false;
|
||||
withPortabled = false;
|
||||
withRemote = false;
|
||||
|
@ -47,6 +44,10 @@
|
|||
withTimesyncd = false;
|
||||
withTpm2Tss = false;
|
||||
withUserDb = false;
|
||||
# This is necessary for any installation
|
||||
# withPam = false;
|
||||
# withHwdb = false;
|
||||
# withLogind = false;
|
||||
};
|
||||
})
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue