diff --git a/configs/nixos/ni/modules/hardware/qol.nix b/configs/nixos/ni/modules/hardware/qol.nix index 834d9a38..01b3a4aa 100644 --- a/configs/nixos/ni/modules/hardware/qol.nix +++ b/configs/nixos/ni/modules/hardware/qol.nix @@ -13,10 +13,6 @@ in # Bring in some of them good tools. suites.filesystem.tools.enable = true; - # We're using some better filesystems so we're using it. - boot.initrd.supportedFilesystems = [ "btrfs" ]; - boot.supportedFilesystems = [ "btrfs" ]; - # Set up printers. services.printing = { enable = true;