about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
Diffstat (limited to 'machines')
-rw-r--r--machines/t14/configuration.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/t14/configuration.nix b/machines/t14/configuration.nix
index a544a6f..e62a816 100644
--- a/machines/t14/configuration.nix
+++ b/machines/t14/configuration.nix
@@ -12,6 +12,7 @@
 
 # Enable networking
 	networking.networkmanager.enable = true;
+	networking.hostName = "t14";
 
 # Set your time zone.
 	time.timeZone = "Europe/Warsaw";