mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
mkosi: use systemd 254 options
Co-authored-by: Malte Poll <mp@edgeless.systems> Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
8271210aaa
commit
c7d925bbe5
@ -22,9 +22,10 @@ let
|
||||
# For systemd features used by mkosi, see
|
||||
# https://github.com/systemd/mkosi/blob/19bb5e274d9a9c23891905c4bcbb8f68955a701d/action.yaml#L64-L72
|
||||
systemdForMkosi = systemd.override {
|
||||
# Will be added in #243242
|
||||
# withRepart = true;
|
||||
# withBootloader = true;
|
||||
withRepart = true;
|
||||
withBootloader = true;
|
||||
withSysusers = true;
|
||||
withFirstboot = true;
|
||||
withEfi = true;
|
||||
withUkify = true;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user