From 1b04aa1c4c8bcd6cee608420543b154b4435ee24 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Thu, 27 Mar 2025 13:06:15 +0000 Subject: ali: Add metadata Let's just add it now, then I'll fix it on the guest. --- hosts/ali/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hosts/ali/configuration.nix') diff --git a/hosts/ali/configuration.nix b/hosts/ali/configuration.nix index 6b69f3f..373d637 100644 --- a/hosts/ali/configuration.nix +++ b/hosts/ali/configuration.nix @@ -17,6 +17,9 @@ ./desktop-environment ]; + # Should match containing folder. + networking.hostName = "ali"; + boot.loader.grub = { # Use the GRUB 2 boot loader. enable = true; -- cgit v1.2.3