about summary refs log tree commit diff
path: root/nixos/modules/system/activation/no-clone.nix
blob: 912420347dc0f385a7d78b6a17574488cd2b1065 (plain) (blame)
1
2
3
4
5
6
7
8
{ lib, ... }:

with lib;

{
  boot.loader.grub.device = mkOverride 0 "nodev";
  specialisation = mkOverride 0 {};
}