Add zfs support to redmond, update to wg-quick
This commit is contained in:
parent
06e1964f7d
commit
d183a4dc32
5 changed files with 23 additions and 11 deletions
|
@ -1,6 +1,8 @@
|
|||
# nixos-generate-config --root ./ --no-filesystems
|
||||
{ config, lib, ... }:
|
||||
{ config, lib, modulesPath, ... }:
|
||||
{
|
||||
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
|
||||
|
||||
boot.initrd.availableKernelModules = [ "xhci_pci" "sr_mod" ];
|
||||
boot.initrd.kernelModules = [ "dm-snapshot" ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue