Update kharbranth for new device
This commit is contained in:
parent
8dde65c391
commit
c0c6c8db96
2 changed files with 5 additions and 7 deletions
|
@ -3,7 +3,7 @@
|
|||
{
|
||||
imports = [ ./hardware.nix ];
|
||||
|
||||
networking.hostId = "e718389d";
|
||||
networking.hostId = "7a62a099";
|
||||
|
||||
time.timeZone = "Europe/Brussels";
|
||||
|
||||
|
@ -14,10 +14,8 @@
|
|||
bluetooth.enable = true;
|
||||
network.mobile = {
|
||||
enable = true;
|
||||
wireless-interface = "wlp2s0";
|
||||
wireless-interface = "wlp0s20f3";
|
||||
wired-interfaces = {
|
||||
"enp0s20f0u1u2" = { macAddress = "10:65:30:df:80:f5"; };
|
||||
"enp0s31f6" = { macAddress = "10:65:30:df:80:f5"; };
|
||||
};
|
||||
};
|
||||
zfs = {
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
initrd = {
|
||||
availableKernelModules = [ "xhci_pci" "ahci" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ];
|
||||
availableKernelModules = [ "xhci_pci" "thunderbolt" "nvme" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ];
|
||||
kernelModules = [ "i915" ];
|
||||
};
|
||||
kernelModules = [ "kvm-intel" ];
|
||||
|
@ -50,12 +50,12 @@
|
|||
};
|
||||
|
||||
fileSystems."/boot" = {
|
||||
device = "/dev/disk/by-uuid/A5BA-352A";
|
||||
device = "/dev/disk/by-uuid/CFDD-B4A6";
|
||||
fsType = "vfat";
|
||||
};
|
||||
|
||||
swapDevices = [
|
||||
{ device = "/dev/disk/by-uuid/1de27da4-5e97-4104-ab2b-18ab14a2b90b"; }
|
||||
{ device = "/dev/disk/by-label/swap"; }
|
||||
];
|
||||
|
||||
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue