clean(boot): merge files, remove btrfs file with 1 line

This commit is contained in:
madmin 2024-07-18 14:57:14 +02:00
parent def30e9761
commit c05b2eeee2
3 changed files with 2 additions and 9 deletions

View File

@ -1,7 +0,0 @@
{ pkgs, ... }:
{
boot = {
kernelPackages = pkgs.linuxPackages_latest;
supportedFilesystems = [ "btrfs" ];
};
}

View File

@ -2,8 +2,9 @@
{
boot = {
kernelPackages = pkgs.linuxPackages_latest;
supportedFilesystems = [ "btrfs" ];
initrd = {
kernelModules = ["uas" "usbcore" "usb_storage" "vfat" "nls_cp437" "nls_iso8859_1"];
kernelModules = [ "uas" "usbcore" "usb_storage" "vfat" "nls_cp437" "nls_iso8859_1" ];
luks.devices."crypted" = {
bypassWorkqueues = true;
# ~~~> Define this in system configuration <~~~ search by uuid, partuuid, id, or other stable identification ~> lsblk, blkid or ls -l

View File

@ -41,7 +41,6 @@
"systems/common/optional/boot/systemd_boot.nix" # systemd boot on
"systems/common/optional/boot/loud_boot.nix" # for testing, otherwise quiet_boot.nix
#"systems/common/optional/boot/quiet_boot.nix" # with plymouth pretty custom load sequence
"systems/common/optional/boot/btrfs_swap.nix" # BTRFS support
"systems/common/optional/boot/initrd_luks.nix" # luks encryption with pass only
# Desktop
#"systems/common/optional/services/greetd.nix" # display manager