paul-fixe: fix flake config

This commit is contained in:
nyanloutre 2021-10-14 14:16:53 +02:00
parent 0eda838249
commit 1a42ae58b8
Signed by: nyanloutre
GPG Key ID: 194A92D1103ACB2A
2 changed files with 1 additions and 5 deletions

View File

@ -29,7 +29,7 @@
"nixpkgs=${nixpkgs}" "nixpkgs=${nixpkgs}"
]; ];
}) })
nixpkgs.nixosModules.notDetected nixpkgs-unstable.nixosModules.notDetected
./systems/PC-Fixe/configuration.nix ./systems/PC-Fixe/configuration.nix
]; ];
}; };

View File

@ -4,10 +4,6 @@
{ config, lib, pkgs, ... }: { config, lib, pkgs, ... }:
{ {
imports =
[ <nixpkgs/nixos/modules/installer/scan/not-detected.nix>
];
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" ]; boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" ];
boot.initrd.kernelModules = [ "dm-snapshot" ]; boot.initrd.kernelModules = [ "dm-snapshot" ];
boot.kernelModules = [ "kvm-amd" "coretemp" "it87" ]; boot.kernelModules = [ "kvm-amd" "coretemp" "it87" ];