Fix previous for pindakaas

This commit is contained in:
Geoffrey Frogeye 2024-02-17 19:05:50 +01:00
parent 8476bbde12
commit 448a154d74
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
5 changed files with 7 additions and 4 deletions

View file

@ -2,7 +2,7 @@
{
config = {
boot.loader.grub.efiInstallAsRemovable = true;
disk."${config.networking.hostName}".device = "/dev/disk/by-id/mmc-SN32G_0xfb19ae99";
disko.devices.disk."${config.networking.hostName}".device = "/dev/disk/by-id/mmc-SN32G_0xfb19ae99";
networking.hostName = "pindakaas-sd";
};
imports = [