feat(heimdall): actually use the hostname.

This commit is contained in:
CronyAkatsuki 2025-05-04 07:37:47 +02:00
parent 9b62b3f158
commit b6f6366e2a

View File

@ -9,6 +9,9 @@
(modulesPath + "/profiles/qemu-guest.nix")
./disk-config.nix
];
networking.hostName = "heimdall";
boot.loader.grub = {
efiSupport = true;
efiInstallAsRemovable = true;