mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 19:24:03 -06:00
Update simple-efi.nix
This commit is contained in:
parent
12a45d5293
commit
f349cd818a
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
disko.devices = {
|
disko.devices = {
|
||||||
disk = {
|
disk = {
|
||||||
vda = {
|
vda = {
|
||||||
#device = "/dev/disk/by-id/some-disk-id";
|
device = "/dev/vda";
|
||||||
type = "disk";
|
type = "disk";
|
||||||
content = {
|
content = {
|
||||||
type = "gpt";
|
type = "gpt";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue