feat: update kernel, add patches for backlight, etc.

This commit is contained in:
2024-10-18 15:33:55 +00:00
parent c79f9f40c3
commit dd5ec42dd9
5 changed files with 181 additions and 33 deletions

View File

@ -23,7 +23,7 @@ mkdir /mnt/boot
mount ${drive}p1 /mnt/boot
mkdir -p /mnt/etc/nixos
cp -r pkgs *.nix /mnt/etc/nixos/
cp -r patches pkgs *.nix /mnt/etc/nixos/
nixos-install --root /mnt --no-root-password
umount -R /mnt