ec2d28e323
Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
9 lines
116 B
Nix
9 lines
116 B
Nix
{ lib, ... }:
|
|
|
|
with lib;
|
|
|
|
{
|
|
boot.loader.grub.device = mkOverride 0 "nodev";
|
|
specialisation = mkOverride 0 {};
|
|
}
|