customize

This commit is contained in:
Joseph Hanson 2024-06-19 18:31:47 -05:00
parent 525cc4925a
commit 65ab49716f
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
4 changed files with 29 additions and 6 deletions

View file

@ -1 +0,0 @@
nixos/modules/nixos/services/adguardhome/default.nix:hashicorp-tf-password:47

View file

@ -7,7 +7,7 @@ repos:
hooks:
- args:
- --config-file
- .github/lint/.yamllint.yaml
- .yamllint.yaml
id: yamllint
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0

27
.yamllint.yaml Normal file
View file

@ -0,0 +1,27 @@
---
ignore: |
.direnv/
.private/
.vscode/
*.sops.*
extends: default
rules:
truthy:
allowed-values: ["true", "false", "on"]
comments:
min-spaces-from-content: 1
line-length: disable
braces:
min-spaces-inside: 0
max-spaces-inside: 1
brackets:
min-spaces-inside: 0
max-spaces-inside: 0
indentation: enable

View file

@ -3,12 +3,9 @@
version: "3"
includes:
sop:
sops:
taskfile: ".taskfiles/sops"
dir: .taskfiles/sops
nix:
taskfile: ".taskfiles/nix"
dir: "{{.ROOT_DIR}}"
pre:
taskfile: ".taskfiles/pre-commit"
dir: "{{.ROOT_DOR}}"