mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-12 12:19:08 +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.
|
# Bring in some of them good tools.
|
||||||
suites.filesystem.tools.enable = true;
|
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.
|
# Set up printers.
|
||||||
services.printing = {
|
services.printing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user