Skip to content

Commit

Permalink
Fix disk config for Ficolo builders
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Kaapu <[email protected]>
  • Loading branch information
mkaapu committed Dec 5, 2023
1 parent d640817 commit 73053cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hosts/ficolobuild/disk-config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
{
disko.devices = {
disk = {
sdb = {
device = "/dev/sdb";
sda = {
device = "/dev/sda";
type = "disk";
content = {
type = "gpt";
Expand Down Expand Up @@ -35,8 +35,8 @@
};
};
};
sda = {
device = "/dev/sda";
sdb = {
device = "/dev/sdb";
type = "disk";
content = {
type = "gpt";
Expand Down

0 comments on commit 73053cf

Please sign in to comment.