mod overlay to systemd

This commit is contained in:
Alejandro Diaz 2023-09-06 02:15:23 -06:00
parent 32aa9f787b
commit a90ae6050c

View file

@ -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;
};
})
];