mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-25 21:52:33 -05:00
test
This commit is contained in:
parent
f7a46aa7c6
commit
9ada59bd49
2 changed files with 20 additions and 0 deletions
|
|
@ -13,6 +13,7 @@
|
|||
imports = lib.flatten [
|
||||
# Hardware
|
||||
inputs.hardware.nixosModules.framework-13-7040-amd
|
||||
./hardware-configuration.nix
|
||||
|
||||
# Disks
|
||||
inputs.disko.nixosModules.disko
|
||||
|
|
|
|||
19
hosts/nixos/Incarceron/hardware-configuration.nix
Normal file
19
hosts/nixos/Incarceron/hardware-configuration.nix
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Do not modify this file! It was generated by ‘nixos-generate-config’
|
||||
# and may be overwritten by future invocations. Please make changes
|
||||
# to /etc/nixos/configuration.nix instead.
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
modulesPath,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
(modulesPath + "/installer/scan/not-detected.nix")
|
||||
];
|
||||
|
||||
boot.initrd.availableKernelModules = ["xhci_pci" "ahci" "usb_storage" "sd_mod"];
|
||||
boot.initrd.kernelModules = [];
|
||||
boot.kernelModules = ["kvm-intel"];
|
||||
boot.extraModulePackages = [];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue