-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
systemd: introduce more options for a more minimal build #101886
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
c6bbc94
systemd: stdenv.lib -> lib
flokli 229184f
systemd: reorder buildInputs
flokli 6456e24
systemd: nixpkgs-fmt
flokli 8434da5
systemd: remove perl from nativeBuildInputs
flokli 39e7333
systemd: build without iptables when networkd is disabled
flokli e1e01fa
systemd: add withRemote option (default to false), make curl optional
flokli 5f257d7
systemd: cleanup cryptsetup input
flokli ff07c6b
systemd: introduce withCompression flag
flokli c6aada2
systemd: drop duplicate -Dlocaled=…
flokli 8d18be9
systemdMinimal: sort feature flags
flokli b027cf2
systemdMinimal: disable networkd
flokli 987906a
systemd: add withCoredump flag
flokli 585f4a1
systemd: add withAnalyze flag
flokli 13a910e
systemd: make gcrypt optional
flokli 54c35f0
systemd: withEfi: move gnu-efi check into assertion
flokli 0b762c0
systemd: disable efi if we don't build with withEfi is set to false
flokli 1f93474
systemd: add withPolkit option
flokli f142493
systemd: add withShellCompletions flag
flokli e773262
systemd: add withDocumentation flag
flokli a079a6f
systemd: add withUserDb flag
flokli 8526662
systemd: add withNss flag
flokli e10a9a8
systemd: add withMachined flag
flokli 961663a
systemdMinimal: disable timesyncd
flokli e6dff1d
systemd: drop libffi from buildInputs
flokli 065f057
systemd: add libgpgerror only to buildInputs if we build with resolve…
flokli 93dcbbf
systemd: add withApparmor option
flokli 959cea2
systemd: add withPCRE2 option
flokli 6dbc23e
systemd: stop substituting inside fsck.c, stop substituting mke2fs
flokli File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In 20.03, the systemd-journal-gatewayd feature was working fine and we have an option in the NixOS module to enable it. Note the
systemd-journal-gatewaydis turned off when theREMOTEoption isfalse.So, i think we should enable it by default.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm fine with enabling more features here, if we disable it in
systemdMinimaland have tests ensuring its functionality :-)