fix: supply different imap/smtp passwords depending on machine

This commit is contained in:
wi11-holdsworth 2025-10-09 22:17:52 +11:00
parent 7bce9ba144
commit 89903b6137
7 changed files with 19 additions and 9 deletions

View file

@ -14,6 +14,8 @@
# config
age.secrets."protonmail-desktop-password".file = ../../secrets/protonmail-desktop-password.age;
home = {
username = "${userName}";
homeDirectory = "/home/will";

View file

@ -14,6 +14,8 @@
# config
age.secrets."protonmail-laptop-password".file = ../../secrets/protonmail-laptop-password.age;
home = {
username = "${userName}";
homeDirectory = "/home/will";