Files
nix-config/host/pc/january/configuration.nix
T

15 lines
214 B
Nix

{ ... }:
{
imports = [
./hardware-configuration.nix
../common/configuration.nix
];
boot.loader.grub = {
enable = true;
efiSupport = true;
device = "nodev";
useOSProber = true;
};
}