diff options
Diffstat (limited to 'hosts/ali/configuration.nix')
-rw-r--r-- | hosts/ali/configuration.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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; |