mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-27 17:08:29 +02:00
enable systemd in initrd
This commit is contained in:
parent
9530f26505
commit
ea825be67f
3 changed files with 8 additions and 6 deletions
|
@ -23,6 +23,7 @@
|
|||
efi.efiSysMountPoint = "/boot/efi";
|
||||
};
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
initrd.systemd.enable = true;
|
||||
};
|
||||
|
||||
time.timeZone = "Europe/Berlin";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue