diff --git a/proto/headscale/v1/machine.proto b/proto/headscale/v1/machine.proto index 42fab53a..1309e649 100644 --- a/proto/headscale/v1/machine.proto +++ b/proto/headscale/v1/machine.proto @@ -39,7 +39,7 @@ message Machine { // bytes endpoints = 16; // bytes enabled_routes = 17; - string nickname = 18; + string given_name = 18; } message RegisterMachineRequest {