Alejandra!
This commit is contained in:
parent
b07d4fc49e
commit
925e582402
|
@ -15,7 +15,7 @@
|
|||
nixos-hardware.nixosModules.common-pc-ssd
|
||||
];
|
||||
|
||||
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.kernelModules = ["kvm-amd"];
|
||||
boot.extraModulePackages = [];
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
{pkgs, ...}: {
|
||||
# https://nixos.wiki/wiki/Lutris
|
||||
# https://nixos.wiki/wiki/Steam
|
||||
programs.steam.enable = true;
|
||||
|
|
Loading…
Reference in a new issue