mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
hosts/ni/hardware/qol: remove extraneous settings for kernel booting
This commit is contained in:
parent
cbf897fc49
commit
a91b54bb7b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user