1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-15 13:07:45 +00:00
nix-darwin/modules/module-list.nix
mitchmindtree 66f85cb9db trezord: Add launchd user agent service module for configuring trezord
This adds a small module for configuring the trezor-bridge service,
trezord. This service enables users to interact with their Trezor
hardware wallet through the trezor suite web interface, or to use the
device for U2F auth, SSH login, GPG or password mgmt.
https://trezor.io/learn/a/what-is-trezor-bridge

The options were copied directly from the nixos service module here:
9d6e454b85/nixos/modules/services/hardware/trezord.nix (L16)

The implementation was adapted from the nixos module's systemd service
to a launchd user agent.

Tested successfully locally on an Air M2.
2023-07-10 19:21:10 +10:00

94 lines
2.2 KiB
Nix

[
./alias.nix
./documentation
./meta.nix
./misc/ids.nix
./misc/lib.nix
./security/pam.nix
./security/pki
./security/sandbox
./system
./system/checks.nix
./system/activation-scripts.nix
./system/applications.nix
./system/defaults-write.nix
./system/defaults/LaunchServices.nix
./system/defaults/NSGlobalDomain.nix
./system/defaults/GlobalPreferences.nix
./system/defaults/CustomPreferences.nix
./system/defaults/clock.nix
./system/defaults/dock.nix
./system/defaults/finder.nix
./system/defaults/screencapture.nix
./system/defaults/screensaver.nix
./system/defaults/alf.nix
./system/defaults/loginwindow.nix
./system/defaults/magicmouse.nix
./system/defaults/smb.nix
./system/defaults/SoftwareUpdate.nix
./system/defaults/spaces.nix
./system/defaults/trackpad.nix
./system/defaults/universalaccess.nix
./system/defaults/ActivityMonitor.nix
./system/etc.nix
./system/keyboard.nix
./system/launchd.nix
./system/patches.nix
./system/shells.nix
./system/version.nix
./time
./networking
./nix
./nix/linux-builder.nix
./nix/nix-darwin.nix
./nix/nixpkgs.nix
./environment
./fonts
./launchd
./services/activate-system
./services/autossh.nix
./services/buildkite-agents.nix
./services/chunkwm.nix
./services/cachix-agent.nix
./services/dnsmasq.nix
./services/emacs.nix
./services/gitlab-runner.nix
./services/hercules-ci-agent
./services/ipfs.nix
./services/karabiner-elements
./services/khd
./services/kwm
./services/lorri.nix
./services/mail/offlineimap.nix
./services/mopidy.nix
./services/monitoring/telegraf.nix
./services/netbird.nix
./services/nix-daemon.nix
./services/nix-gc
./services/ofborg
./services/postgresql
./services/privoxy
./services/redis
./services/skhd
./services/spacebar
./services/spotifyd.nix
./services/synapse-bt.nix
./services/synergy
./services/tailscale.nix
./services/trezord.nix
./services/wg-quick.nix
./services/yabai
./services/nextdns
./programs/bash
./programs/fish.nix
./programs/gnupg.nix
./programs/man.nix
./programs/info
./programs/nix-index
./programs/ssh
./programs/tmux.nix
./programs/vim.nix
./programs/zsh
./homebrew.nix
./users
]