home | ||
hosts | ||
schemes | ||
services | ||
specialisations | ||
system | ||
wallpapers | ||
.gitignore | ||
.stylua.toml | ||
flake.lock | ||
flake.nix | ||
picrew.png | ||
README.org |
README
Password store setup
Email setup
Proton
Bridge
Run
protonmail-setup-bridge
Run bridge in CLI mode to login, wait for initial sync and get app password
nix run nixpkgs#protonmail-bridge -- -c
# Follow prompts to login and get password
Restart using swaymsg
:
nix shell nixpkgs#protonmail-bridge -c swaymsg exec "protonmail-bridge -n"
Outlook
Password
If not already done, save password to password-store
:
pass insert mbsync/$(hostname)/outlook
# Insert pass at prompt
This will be synced across devices so only needs doing once
Configuration
Run
davmail-setup
On first run (or if token expires), stop systemd service and run manually to complete manual auth. Token will stay valid for a little while (no idea how long specifically).
# Restart service to ensure ~/.davmail.properties exists
systemctl --user restart davmail.service
# Run to use manual authentication
systemctl --user stop davmail.service && davmail -notray ~/.davmail.properties
# Restart again so that service picks up available ports
systemctl --user restart davmail.service