wip
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 9s
Nix Format Check / check-format (push) Failing after 22s
Python Lint Check / check-python (push) Failing after 7s

Signed-off-by: Menno van Leeuwen <menno@vleeuwen.me>
This commit is contained in:
2025-07-25 14:54:29 +02:00
parent b72f42ec5d
commit f0bf6bc8aa
8 changed files with 1241 additions and 11 deletions

View File

@@ -0,0 +1,17 @@
logging:
enabled: true
level: "info"
format: "console"
smart_aliases:
desktop:
primary: "desktop-local"
fallback: "desktop"
check_host: "192.168.86.254"
timeout: "2s"
laptop:
primary: "laptop-local"
fallback: "laptop"
check_host: "192.168.86.22"
timeout: "2s"