l neoprism.r: add hostId

This commit is contained in:
lassulus 2023-07-08 17:04:25 +02:00
parent a2fae747ec
commit ac2ad24686
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@
];
disko.devices = import ./disk.nix;
networking.hostId = "9c0a74ac";
boot.loader.grub.enable = true;
boot.loader.grub.version = 2;
boot.loader.grub.efiSupport = true;