Add zfs support to redmond, update to wg-quick

This commit is contained in:
Jimbo 2024-12-22 17:26:45 -05:00
parent 06e1964f7d
commit d183a4dc32
5 changed files with 23 additions and 11 deletions

View file

@ -1,6 +1,8 @@
{ config, lib, ... }:
# nixos-generate-config --root ./ --no-filesystems
{ config, lib, modulesPath, ... }:
{
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "ehci_pci" "sd_mod" "sr_mod" "sdhci_pci" "rtsx_usb_sdmmc" ];
boot.initrd.kernelModules = [ "dm-snapshot" ];
boot.kernelModules = [ "kvm-amd" ];