feat(heimdall): actually use the hostname.
This commit is contained in:
parent
9b62b3f158
commit
b6f6366e2a
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@
|
|||
(modulesPath + "/profiles/qemu-guest.nix")
|
||||
./disk-config.nix
|
||||
];
|
||||
|
||||
networking.hostName = "heimdall";
|
||||
|
||||
boot.loader.grub = {
|
||||
efiSupport = true;
|
||||
efiInstallAsRemovable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue