mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 06:50:14 +01:00
chore: partition disk sda with mbr so that grub wont be mad
This commit is contained in:
parent
274232c66b
commit
87d35346c5
1 changed files with 2 additions and 2 deletions
|
|
@ -5,11 +5,11 @@
|
|||
];
|
||||
disko.devices = {
|
||||
disk = {
|
||||
my-disk = {
|
||||
sda = {
|
||||
device = "/dev/sda";
|
||||
type = "disk";
|
||||
content = {
|
||||
type = "gpt";
|
||||
type = "mbr";
|
||||
partitions = {
|
||||
ESP = {
|
||||
type = "EF00";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue