Files
nix-config/modules/nixos/boot/misc.nix

10 lines
156 B
Nix

{
flake.modules.nixos.boot = {
boot = {
consoleLogLevel = 0;
initrd.verbose = false;
supportedFilesystems = ["ntfs"];
};
};
}