move more modules

This commit is contained in:
Vinzenz Schroeter 2025-09-14 14:01:42 +02:00
parent 1f1b901330
commit a208ca4df2
9 changed files with 70 additions and 74 deletions

View file

@ -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";
};