mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +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 = {
|
disko.devices = {
|
||||||
disk = {
|
disk = {
|
||||||
my-disk = {
|
sda = {
|
||||||
device = "/dev/sda";
|
device = "/dev/sda";
|
||||||
type = "disk";
|
type = "disk";
|
||||||
content = {
|
content = {
|
||||||
type = "gpt";
|
type = "mbr";
|
||||||
partitions = {
|
partitions = {
|
||||||
ESP = {
|
ESP = {
|
||||||
type = "EF00";
|
type = "EF00";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue