Remove unused kernelModules parameter

This commit is contained in:
Andreas Zweili 2022-11-05 19:37:25 +01:00
parent f6cbeb3e11
commit 9c617e6b75
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@
];
boot = {
kernelModules = lib.mkForce [ "bridge" "macvlan" "tap" "tun" "loop" "atkbd" "ctr" ];
supportedFilesystems = lib.mkForce [ "f2fs" "ntfs" "cifs" "ext4" "vfat" ];
};
fileSystems = {