diff options
author | ene <ene@sils.li> | 2023-02-04 11:54:55 +0100 |
---|---|---|
committer | ene <ene@sils.li> | 2023-02-04 11:55:56 +0100 |
commit | 75b442acb64bac70294681ae6d318a470afeac3c (patch) | |
tree | f05216df9e251e826188d4e8bfa6024af14078a4 /system/boot | |
parent | Fix(packages): Removed already by nixos managed ones (diff) | |
download | nixos-config-75b442acb64bac70294681ae6d318a470afeac3c.tar.gz nixos-config-75b442acb64bac70294681ae6d318a470afeac3c.zip |
Feat: Made more configuration host independent
Diffstat (limited to '')
-rw-r--r-- | system/boot/boot.nix (renamed from hosts/IDOHVE/hardware/boot.nix) | 4 | ||||
-rwxr-xr-x | system/boot/boot_pictures/gnu.png (renamed from hosts/IDOHVE/hardware/boot_pictures/gnu.png) | bin | 327518 -> 327518 bytes | |||
-rwxr-xr-x | system/boot/boot_pictures/gnulin_emb_1.png (renamed from hosts/IDOHVE/hardware/boot_pictures/gnulin_emb_1.png) | bin | 207444 -> 207444 bytes | |||
-rwxr-xr-x | system/boot/boot_pictures/gnulin_emb_2.png (renamed from hosts/IDOHVE/hardware/boot_pictures/gnulin_emb_2.png) | bin | 208347 -> 208347 bytes |
4 files changed, 0 insertions, 4 deletions
diff --git a/hosts/IDOHVE/hardware/boot.nix b/system/boot/boot.nix index 4cd94191..629e63ae 100644 --- a/hosts/IDOHVE/hardware/boot.nix +++ b/system/boot/boot.nix @@ -7,12 +7,8 @@ initrd = { compressor = "lz4"; compressorArgs = ["-9"]; - - # TODO check this: - availableKernelModules = ["xhci_pci" "nvme" "rtsx_pci_sdmmc"]; }; - kernelModules = ["kvm-amd"]; kernelPackages = pkgs.linuxPackages_latest; loader = { grub = { diff --git a/hosts/IDOHVE/hardware/boot_pictures/gnu.png b/system/boot/boot_pictures/gnu.png index d07dee3e..d07dee3e 100755 --- a/hosts/IDOHVE/hardware/boot_pictures/gnu.png +++ b/system/boot/boot_pictures/gnu.png Binary files differdiff --git a/hosts/IDOHVE/hardware/boot_pictures/gnulin_emb_1.png b/system/boot/boot_pictures/gnulin_emb_1.png index 483f2681..483f2681 100755 --- a/hosts/IDOHVE/hardware/boot_pictures/gnulin_emb_1.png +++ b/system/boot/boot_pictures/gnulin_emb_1.png Binary files differdiff --git a/hosts/IDOHVE/hardware/boot_pictures/gnulin_emb_2.png b/system/boot/boot_pictures/gnulin_emb_2.png index 48cd6ad7..48cd6ad7 100755 --- a/hosts/IDOHVE/hardware/boot_pictures/gnulin_emb_2.png +++ b/system/boot/boot_pictures/gnulin_emb_2.png Binary files differ |