forked from nyanloutre/nixos-config
paul-fixe: fix flake config
This commit is contained in:
parent
0eda838249
commit
1a42ae58b8
@ -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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
@ -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" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user