updates and migrations

This commit is contained in:
Vivian 2023-04-28 10:28:06 +02:00
parent 8612ea5e53
commit 2b16f87b36
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;