fixed hardware
This commit is contained in:
parent
ff9833e570
commit
21f8b91e48
3 changed files with 2 additions and 14 deletions
|
@ -1,13 +0,0 @@
|
|||
{ inputs, outputs, pkgs, user, ... }:
|
||||
{
|
||||
imports = [
|
||||
|
||||
];
|
||||
xdg.configHome = "/home/${user}/.config/";
|
||||
programs.home-manager.enable = true;
|
||||
home = {
|
||||
stateVersion = "23.11";
|
||||
username = "${user}";
|
||||
homeDirectory = "/home/${user}";
|
||||
};
|
||||
}
|
|
@ -8,7 +8,7 @@
|
|||
[ (modulesPath + "/installer/scan/not-detected.nix")
|
||||
];
|
||||
|
||||
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usb_storage" "usbhid" "sd_mod" ];
|
||||
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usbhid" "sd_mod" ];
|
||||
boot.initrd.kernelModules = [ ];
|
||||
boot.kernelModules = [ "kvm-intel" ];
|
||||
boot.extraModulePackages = [ ];
|
||||
|
@ -16,6 +16,7 @@
|
|||
fileSystems."/" =
|
||||
{ device = "/dev/disk/by-uuid/0423508a-6906-4872-baeb-2b1e6bd017a4";
|
||||
fsType = "ext4";
|
||||
options = [ "noatime" "nodiratime" "discard" ];
|
||||
};
|
||||
|
||||
boot.initrd.luks.devices."luks-c03fc486-bdd7-46bf-ac2f-1a55fe1abd6f".device = "/dev/disk/by-uuid/c03fc486-bdd7-46bf-ac2f-1a55fe1abd6f";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue