Archived
0
0
Fork 0

update flake lock & update laptop config

This commit is contained in:
Daryl Ronningen 2023-05-06 22:36:42 -07:00
parent 6f5c088ec5
commit ac9c372a87
Signed by: Daryl Ronningen
GPG key ID: FD23F0C934A5EC6B
4 changed files with 32 additions and 43 deletions

View file

@ -23,4 +23,27 @@
''; '';
hardware.enableRedistributableFirmware = true; hardware.enableRedistributableFirmware = true;
hardware.cpu.intel.updateMicrocode = true;
hardware.sensor.iio.enable = true;
boot = {
initrd = {
availableKernelModules = ["xhci_pci" "thunderbolt" "nvme" "usb_storage" "sd_mod"];
};
kernelModules = ["kvm-intel"];
kernelParams = ["i915.force_probe=46a6"];
};
fileSystems = {
"/" = {
device = "/dev/disk/by-uuid/d0dfd8f7-355c-4d81-a20b-52b522914b96";
fsType = "xfs";
};
"/boot/efi" = {
device = "/dev/disk/by-uuid/FD80-0AEA";
fsType = "vfat";
};
};
nixpkgs.hostPlatform = "x86_64-linux";
} }

View file

@ -1,33 +0,0 @@
{
config,
lib,
pkgs,
modulesPath,
...
}: {
imports = [(modulesPath + "/installer/scan/not-detected.nix")];
boot = {
initrd = {
availableKernelModules = ["xhci_pci" "thunderbolt" "nvme" "usb_storage" "sd_mod"];
kernelModules = [];
};
kernelModules = ["kvm-intel"];
kernelParams = ["i915.force_probe=46a6"];
extraModulePackages = [];
};
fileSystems = {
"/" = {
device = "/dev/disk/by-uuid/d0dfd8f7-355c-4d81-a20b-52b522914b96";
fsType = "xfs";
};
"/boot/efi" = {
device = "/dev/disk/by-uuid/FD80-0AEA";
fsType = "vfat";
};
};
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
}

View file

@ -105,11 +105,11 @@
}, },
"locked": { "locked": {
"dir": "contrib", "dir": "contrib",
"lastModified": 1683330367, "lastModified": 1683417608,
"narHash": "sha256-l4LVSjUPf/xEF+kcDZcMa4LZGe1/pJlZnyAP36VhZFI=", "narHash": "sha256-qdWRY50WhpjHKLKe7ngYdEnA+gYjOnE3PScQws0YofY=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "22205f36a6213f51f211a67444b335f916a2fa9f", "rev": "fa1baa9a47cdb3eed17d48b6011a164d4009d2ee",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -209,11 +209,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1683267615, "lastModified": 1683392273,
"narHash": "sha256-A/zAy9YauwdPut90h6cYC1zgP/WmuW9zmJ+K/c5i6uc=", "narHash": "sha256-pZTuxvcuDeBG+vvE1zczNyEUzlPbzXVh8Ed45Fzo+tQ=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "0b6445b611472740f02eae9015150c07c5373340", "rev": "16b3b0c53b1ee8936739f8c588544e7fcec3fc60",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -289,11 +289,11 @@
}, },
"nur": { "nur": {
"locked": { "locked": {
"lastModified": 1683330335, "lastModified": 1683432572,
"narHash": "sha256-IunYfxuutivKideTDYoyK8pDQG8aNTv8wrpcIRx4z1g=", "narHash": "sha256-GPi990XR/OvHghGj2nZaxp/7m4LxTjlYuD77FsGjCrQ=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "c8235601459998f5e703bff0125d33986d49d489", "rev": "2305adfd63c885defb4d8c81e1e813d1a7e83331",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -104,7 +104,6 @@
++ [ ++ [
./common/desktop/drivers/skynet.nix ./common/desktop/drivers/skynet.nix
./devices/skynet/base.nix ./devices/skynet/base.nix
./devices/skynet/hardware.nix
nixos-hardware.nixosModules.framework-12th-gen-intel nixos-hardware.nixosModules.framework-12th-gen-intel
agenix.nixosModules.default agenix.nixosModules.default
]; ];