mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-15 16:45:15 +00:00
9 lines
116 B
Nix
9 lines
116 B
Nix
{ lib, ... }:
|
|
|
|
with lib;
|
|
|
|
{
|
|
boot.loader.grub.device = mkOverride 0 "nodev";
|
|
specialisation = mkOverride 0 {};
|
|
}
|