hosts/ni/hardware/qol: remove extraneous settings for kernel booting

This commit is contained in:
Gabriel Arazas 2024-02-28 20:17:27 +08:00
parent cbf897fc49
commit a91b54bb7b
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

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