mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-26 10:06:13 +01:00
11 lines
194 B
Nix
11 lines
194 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
boot.loader = {
|
||
|
systemd-boot.enable = false;
|
||
|
grub = {
|
||
|
enable = true;
|
||
|
devices = [ "/dev/disk/by-id/usb-Verbatim_STORE_N_GO_072124E3712B7287-0:0" ];
|
||
|
};
|
||
|
};
|
||
|
}
|