updates and migrations

This commit is contained in:
Vivian 2023-04-28 10:28:06 +02:00
parent 4da2b4f0c4
commit f379f5bccb
7 changed files with 1363 additions and 27 deletions

View file

@ -1,7 +1,7 @@
{ pkgs, ... }: {
{ pkgs, lib, ... }: {
# Bootloader.
boot = {
kernelPackages = pkgs.linuxPackages_latest;
kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;