feat: add SSH login information and dotfiles status check to hello.py; include OpenSSH server tasks in Ansible configuration
Some checks failed
Nix Format Check / check-format (push) Failing after 39s

This commit is contained in:
2025-03-10 19:05:18 +01:00
parent 6c095843ba
commit 7315809914
6 changed files with 181 additions and 14 deletions

View File

@@ -82,6 +82,9 @@ export NIXPKGS_ALLOW_UNFREE=1
# Allow insecure nixpkgs
export NIXPKGS_ALLOW_INSECURE=1
# 1Password SSH Agent
export SSH_AUTH_SOCK=$HOME/.1password/agent.sock
# Set DOTF_HOSTNAME to the hostname from .hostname file
# If this file doesn't exist, use mennos-unknown-hostname
export DOTF_HOSTNAME="mennos-unknown-hostname"