pipebert: fix interface, boot disk id
parent
185e249f7c
commit
1112d2a577
|
@ -6,7 +6,7 @@
|
|||
];
|
||||
|
||||
c3d2 = {
|
||||
hq.interface = "eno1";
|
||||
hq.interface = "eth0";
|
||||
hq.statistics.enable = true;
|
||||
k-ot.enable = true;
|
||||
audioServer.enable = true;
|
||||
|
|
|
@ -74,7 +74,7 @@
|
|||
};
|
||||
|
||||
fileSystems."/boot" =
|
||||
{ device = "/dev/disk/by-uuid/20A8-0497";
|
||||
{ device = "/dev/disk/by-uuid/4576-43B4";
|
||||
fsType = "vfat";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue