modules/monitoring: add loki and promtail
This commit is contained in:
parent
92db38383e
commit
4b5b41b05a
20 changed files with 406 additions and 86 deletions
|
@ -18,7 +18,6 @@ in
|
|||
commonSettings = {
|
||||
auth.enable = true;
|
||||
nix = {
|
||||
enableMirrors = true;
|
||||
signing.enable = true;
|
||||
};
|
||||
};
|
||||
|
@ -330,10 +329,6 @@ in
|
|||
system.switch.enable = false;
|
||||
system.switch.enableNg = true;
|
||||
|
||||
nix.extraOptions = ''
|
||||
!include "${config.sops.secrets.github_public_token.path}"
|
||||
'';
|
||||
|
||||
sops.secrets = {
|
||||
"restic/repo_url" = {
|
||||
owner = "xin";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue