pipebert: fix interface, boot disk id

This commit is contained in:
Sandro - 2023-04-30 02:14:45 +02:00
parent 185e249f7c
commit 1112d2a577
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
];
c3d2 = {
hq.interface = "eno1";
hq.interface = "eth0";
hq.statistics.enable = true;
k-ot.enable = true;
audioServer.enable = true;

View File

@ -74,7 +74,7 @@
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/20A8-0497";
{ device = "/dev/disk/by-uuid/4576-43B4";
fsType = "vfat";
};