diff --git a/machines/flake-module.nix b/machines/flake-module.nix index 328e376..78a8862 100644 --- a/machines/flake-module.nix +++ b/machines/flake-module.nix @@ -174,6 +174,11 @@ targets = [ "verbena.home.rpqt.fr:3903" ]; } ]; + authorization = { + type = "Bearer"; + credentials_file = + self.nixosConfigurations.verbena.config.clan.core.vars.generators.garage.files.metrics_token.path; + }; } ]; };