From 38c55c3de2cca43f0ea41494347bf094b5efc937 Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Wed, 17 Dec 2025 14:57:34 +1000 Subject: [PATCH] modified: hosts/kuma/configuration.nix --- hosts/kuma/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/kuma/configuration.nix b/hosts/kuma/configuration.nix index 15e4ac9..2bf73d7 100644 --- a/hosts/kuma/configuration.nix +++ b/hosts/kuma/configuration.nix @@ -17,7 +17,7 @@ in ../../common/configuration.nix ]; - networking.hostName = "docker"; # Define your hostname. + networking.hostName = "kuma"; # Define your hostname. virtualisation.docker.enable = true; # Enable docker-compose