fiioul / nixos

basic configurations for install

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

in configuration.nix for disk-config.nix

boot.loader.grub.enable = true;
boot.loader.grub.efiSupport = true;
boot.loader.grub.mirroredBoots = [
  { devices = [ "nodev" ]; path = "/boot"; efiSysMountPoint = "/boot"; }
  { devices = [ "nodev" ]; path = "/boot2"; efiSysMountPoint = "/boot2"; }
];

About

basic configurations for install


Languages

Language:Nix 100.0%