move more modules
This commit is contained in:
parent
1f1b901330
commit
a208ca4df2
9 changed files with 70 additions and 74 deletions
|
@ -1,4 +1,4 @@
|
|||
{ vinzenzNixosModules, ... }:
|
||||
{ vinzenzNixosModules, pkgs, ... }:
|
||||
{
|
||||
imports = [ vinzenzNixosModules.amd-graphics ];
|
||||
config = {
|
||||
|
@ -14,6 +14,9 @@
|
|||
"usbhid"
|
||||
"sd_mod"
|
||||
]; # "usb_storage"
|
||||
kernelPackages = pkgs.linuxPackages_zen;
|
||||
supportedFilesystems = [ "btrfs" ];
|
||||
initrd.supportedFilesystems = [ "btrfs" ];
|
||||
loader.efi.efiSysMountPoint = "/boot";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue