Move some directories around
This commit is contained in:
parent
443769840a
commit
ecc301166e
3 changed files with 12 additions and 13 deletions
|
@ -35,9 +35,7 @@ let
|
||||||
expunge = "both";
|
expunge = "both";
|
||||||
flatten = ".";
|
flatten = ".";
|
||||||
remove = "both";
|
remove = "both";
|
||||||
extraConfig.account = {
|
extraConfig.account.AuthMechs = "PLAIN";
|
||||||
AuthMechs = "PLAIN";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
msmtp.enable = true;
|
msmtp.enable = true;
|
||||||
neomutt = {
|
neomutt = {
|
||||||
|
@ -81,10 +79,9 @@ in
|
||||||
{
|
{
|
||||||
chvp.zfs.homeLinks = [
|
chvp.zfs.homeLinks = [
|
||||||
{ path = "mail"; type = "data"; }
|
{ path = "mail"; type = "data"; }
|
||||||
{ path = ".local/share/offlineimap"; type = "data"; }
|
{ path = ".local/share/contacts"; type = "cache"; }
|
||||||
{ path = ".local/share/contacts"; type = "data"; }
|
{ path = ".local/share/calendars"; type = "cache"; }
|
||||||
{ path = ".local/share/calendars"; type = "data"; }
|
{ path = ".local/share/vdirsyncer"; type = "cache"; }
|
||||||
{ path = ".local/share/vdirsyncer"; type = "data"; }
|
|
||||||
];
|
];
|
||||||
home-manager.users.charlotte = { ... }: {
|
home-manager.users.charlotte = { ... }: {
|
||||||
accounts.email = {
|
accounts.email = {
|
||||||
|
@ -111,10 +108,11 @@ in
|
||||||
passFile = "work/UGentNet";
|
passFile = "work/UGentNet";
|
||||||
useStartTls = true;
|
useStartTls = true;
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
|
folders = { drafts = "Drafts"; inbox = "INBOX"; sent = "Sent Items"; trash = "Deleted Items"; };
|
||||||
|
mbsync.extraConfig.account.PipelineDepth = "1";
|
||||||
neomutt.extraConfig = ''
|
neomutt.extraConfig = ''
|
||||||
alternates dodona@ugent.be
|
alternates dodona@ugent.be
|
||||||
'';
|
'';
|
||||||
folders = { drafts = "Drafts"; inbox = "INBOX"; sent = "Sent Items"; trash = "Deleted Items"; };
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
#work-aap-we-fr = makeAccount {
|
#work-aap-we-fr = makeAccount {
|
||||||
|
@ -125,8 +123,9 @@ in
|
||||||
# passFile = "work/UGentNet";
|
# passFile = "work/UGentNet";
|
||||||
# useStartTls = true;
|
# useStartTls = true;
|
||||||
# extraConfig = {
|
# extraConfig = {
|
||||||
# userName = "UGENT\\ecvpeteg/aap-we-fr";
|
|
||||||
# folders = { drafts = "Concepten"; inbox = "INBOX"; sent = "Verzonden items"; trash = "Verwijderde items"; };
|
# folders = { drafts = "Concepten"; inbox = "INBOX"; sent = "Verzonden items"; trash = "Verwijderde items"; };
|
||||||
|
# mbsync.extraConfig.account.PipelineDepth = "1";
|
||||||
|
# userName = "UGENT\\ecvpeteg/aap-we-fr";
|
||||||
# };
|
# };
|
||||||
#};
|
#};
|
||||||
posteo = makeAccount {
|
posteo = makeAccount {
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
{
|
{
|
||||||
chvp.zfs.homeLinks = [
|
chvp.zfs.homeLinks = [
|
||||||
{ path = ".config/syncthing"; type = "data"; }
|
{ path = ".config/syncthing"; type = "data"; }
|
||||||
{ path = "sync"; type = "data"; }
|
{ path = "sync"; type = "cache"; }
|
||||||
];
|
];
|
||||||
home-manager.users.charlotte = { pkgs, ... }: {
|
home-manager.users.charlotte = { pkgs, ... }: {
|
||||||
services.syncthing.enable = true;
|
services.syncthing.enable = true;
|
||||||
|
|
|
@ -4,10 +4,10 @@
|
||||||
chvp.zfs.homeLinks = [
|
chvp.zfs.homeLinks = [
|
||||||
{ path = "desktop"; type = "data"; }
|
{ path = "desktop"; type = "data"; }
|
||||||
{ path = "documents"; type = "data"; }
|
{ path = "documents"; type = "data"; }
|
||||||
{ path = "downloads"; type = "data"; }
|
{ path = "downloads"; type = "cache"; }
|
||||||
{ path = "music"; type = "data"; }
|
{ path = "music"; type = "data"; }
|
||||||
{ path = "pictures"; type = "data"; }
|
{ path = "pictures"; type = "cache"; }
|
||||||
{ path = "repos"; type = "data"; }
|
{ path = "repos"; type = "cache"; }
|
||||||
{ path = "templates"; type = "data"; }
|
{ path = "templates"; type = "data"; }
|
||||||
{ path = "videos"; type = "data"; }
|
{ path = "videos"; type = "data"; }
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue