treewide: specify hostname in host configs

This commit is contained in:
Katherina Walshe-Grey 2024-09-18 03:13:34 +01:00
parent 9f6d0fbaf8
commit f6010a968c
6 changed files with 5 additions and 2 deletions

View file

@ -9,6 +9,7 @@
];
nixpkgs.hostPlatform = "x86_64-linux";
networking.hostName = "kilgharrah";
networking.hostId = "72885bb5";
qenya.base-graphical.enable = true;