diff --git a/machines/core-services-01/configuration.nix b/machines/core-services-01/configuration.nix index 691cd3f..68de60d 100644 --- a/machines/core-services-01/configuration.nix +++ b/machines/core-services-01/configuration.nix @@ -33,7 +33,7 @@ boot.initrd.supportedFilesystems = [ "zfs" ]; boot.supportedFilesystems = [ "zfs" ]; - networking.hostName = "klubrz-core-services-01"; + networking.hostName = "core-services-01"; networking.hostId = "64838310"; time.timeZone = "Europe/Paris";