mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-09-20 09:09:04 +05:30
10 lines
156 B
Nix
10 lines
156 B
Nix
{
|
|
flake.modules.nixos.boot = {
|
|
boot = {
|
|
consoleLogLevel = 0;
|
|
initrd.verbose = false;
|
|
supportedFilesystems = ["ntfs"];
|
|
};
|
|
};
|
|
}
|