sigil/nixos-modules/base-modules-blacklist.nix

61 lines
1.8 KiB
Nix

[
"hardware/openrazer.nix"
"hardware/raid/hpsa.nix"
"hardware/sensor/iio.nix"
"hardware/system-76.nix"
"hardware/tuxedo-keyboard.nix"
"hardware/video/amdgpu-pro.nix"
"hardware/video/ati.nix"
"hardware/video/bumblebee.nix"
"hardware/video/capture/mwprocapture.nix"
"hardware/video/displaylink.nix"
"hardware/video/hidpi.nix"
"hardware/video/nvidia.nix"
"hardware/video/webcam/facetimehd.nix"
"hardware/xpadneo.nix"
"programs/bcc.nix"
"programs/cdemu.nix"
"programs/criu.nix"
"programs/sysdig.nix"
"programs/systemtap.nix"
"services/hardware/nvidia-optimus.nix"
"services/network-filesystems/nfsd.nix"
"services/networking/ntp/chrony.nix"
"services/networking/ntp/ntpd.nix"
"services/networking/ntp/openntpd.nix"
"services/networking/wg-quick.nix"
"services/networking/wireguard.nix"
"services/x11/desktop-managers/plasma5.nix"
"services/x11/hardware/digimend.nix"
"system/activation/linux.nix"
"system/boot/binfmt.nix"
"system/boot/emergency-mode.nix"
"system/boot/grow-partition.nix"
"system/boot/initrd-network.nix"
"system/boot/initrd-openvpn.nix"
"system/boot/initrd-ssh.nix"
"system/boot/loader/raspberrypi/raspberrypi.nix"
"system/boot/loader/systemd-boot/systemd-boot.nix"
"system/boot/luksroot.nix"
"system/boot/plymouth.nix"
"system/boot/tmp.nix"
"tasks/bcache.nix"
"tasks/encrypted-devices.nix"
"tasks/filesystems/bcachefs.nix"
"tasks/filesystems/btrfs.nix"
"tasks/filesystems/cifs.nix"
"tasks/filesystems/ext.nix"
"tasks/filesystems/f2fs.nix"
"tasks/filesystems/jfs.nix"
"tasks/filesystems/nfs.nix"
"tasks/filesystems/reiserfs.nix"
"tasks/filesystems/unionfs-fuse.nix"
"tasks/filesystems/vboxsf.nix"
"tasks/filesystems/vfat.nix"
"tasks/filesystems/xfs.nix"
"tasks/filesystems/zfs.nix"
"tasks/lvm.nix"
"tasks/swraid.nix"
"virtualisation/xen-dom0.nix"
]