summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvin <vin@vineetk.net>2025-09-21 19:12:09 -0400
committervin <vin@vineetk.net>2025-09-21 19:12:09 -0400
commite865089b041b9deffdb5156d2c332315fbc08015 (patch)
treeb770e8f72526a791c2ed49f57fb5a63b6c4a8567
parent157caffbeba0945103f60b625f8f78a1d7777fc1 (diff)
update email addresses and saved location
-rw-r--r--home.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/home.nix b/home.nix
index 26f3934..50d3b3f 100644
--- a/home.nix
+++ b/home.nix
@@ -214,7 +214,7 @@ in
214 }; 214 };
215 215
216 accounts.email = { 216 accounts.email = {
217 maildirBasePath = "mail"; 217 maildirBasePath = "/data/mail";
218 218
219 accounts = { 219 accounts = {
220 university = { 220 university = {
@@ -257,7 +257,7 @@ in
257 vineetk = { 257 vineetk = {
258 address = "me@vineetk.net"; 258 address = "me@vineetk.net";
259 realName = "Vineet Kumar"; 259 realName = "Vineet Kumar";
260 userName = "vineet@vineetk.net"; 260 userName = "me@vineetk.net";
261 passwordCommand = "kasi pass email/vineetk"; 261 passwordCommand = "kasi pass email/vineetk";
262 primary = true; 262 primary = true;
263 263
@@ -277,9 +277,9 @@ in
277 }; 277 };
278 278
279 thirteen = { 279 thirteen = {
280 address = "kar@13f0.net"; 280 address = "me@13f0.net";
281 realName = "Kar"; 281 realName = "Kar";
282 userName = "kar@13f0.net"; 282 userName = "me@13f0.net";
283 passwordCommand = "kasi pass email/13f0"; 283 passwordCommand = "kasi pass email/13f0";
284 284
285 imap.host = "mail.vineetk.net"; 285 imap.host = "mail.vineetk.net";