Replace telegraf with node exporter
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
../../../../../secrets/personal/secrets.yaml;
|
||||
};
|
||||
|
||||
templates."nix-access-tokens" = {
|
||||
templates.nix-access-tokens = {
|
||||
content = ''
|
||||
access-tokens = github.com=${config.sops.placeholder."git/credentials/github.com/public/password"}
|
||||
'';
|
||||
@@ -33,7 +33,7 @@
|
||||
registry.self.flake = inputs.self;
|
||||
|
||||
extraOptions = ''
|
||||
!include ${config.sops.templates."nix-access-tokens".path}
|
||||
!include ${config.sops.templates.nix-access-tokens.path}
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user