Fix startup
This commit is contained in:
parent
e896b6a6c2
commit
0655317513
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ in
|
||||||
];
|
];
|
||||||
home-manager.users.charlotte = { ... }: {
|
home-manager.users.charlotte = { ... }: {
|
||||||
accounts.email = {
|
accounts.email = {
|
||||||
maildirBasePath = "mail";
|
maildirBasePath = "/data/home/charlotte/mail";
|
||||||
accounts = {
|
accounts = {
|
||||||
personal = makeAccount {
|
personal = makeAccount {
|
||||||
name = "personal";
|
name = "personal";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue