mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2025-06-26 04:32:18 +02:00
update treefmt settings
This commit is contained in:
parent
9f4d084e36
commit
f752799688
@ -1,2 +1,3 @@
|
||||
# shellcheck shell=bash
|
||||
# https://console.hetzner.cloud/projects/2643361/security/tokens
|
||||
export HCLOUD_TOKEN='<your-hetzner-token>'
|
||||
|
@ -1 +1,2 @@
|
||||
# shellcheck shell=bash
|
||||
use flake .#linkcheck
|
||||
|
@ -9,14 +9,17 @@
|
||||
"*/nixos-vars.json"
|
||||
"*/secrets.yaml"
|
||||
"*.lock"
|
||||
"*.tfstate"
|
||||
".gitignore"
|
||||
"modules/nixos-wiki/favicon.ico"
|
||||
"modules/nixos-wiki/nixos.png"
|
||||
"modules/nixos-wiki/robots.txt"
|
||||
"oauth-permissions.png"
|
||||
"targets/nixos-wiki.nixos.org/secrets/*"
|
||||
"targets/admins/secrets/*"
|
||||
"checks/linkcheck/allowed.links"
|
||||
];
|
||||
programs.hclfmt.enable = true;
|
||||
programs.terraform.enable = true;
|
||||
programs.nixfmt.enable = true;
|
||||
programs.nixfmt.package = pkgs.nixfmt-rfc-style;
|
||||
programs.deadnix.enable = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user