diff options
| author | Grisha Shipunov | 2025-01-03 00:23:22 +0100 |
|---|---|---|
| committer | Grisha Shipunov | 2025-01-03 00:27:57 +0100 |
| commit | 02c23ecd79a26d32e92b4cf34aaeaac655ce3240 (patch) | |
| tree | a82adf086810dc0dc2174aa50d1686302b956d48 | |
| parent | a17948fc3283156fc0bf952e137bd37490725f0f (diff) | |
fix paths for mbsync
| -rw-r--r-- | hosts/toaster/default.nix | 9 | ||||
| -rw-r--r-- | modules/mail/mbsyncrc | 16 |
2 files changed, 8 insertions, 17 deletions
diff --git a/hosts/toaster/default.nix b/hosts/toaster/default.nix index 8558c9c..761703c 100644 --- a/hosts/toaster/default.nix +++ b/hosts/toaster/default.nix @@ -44,15 +44,6 @@ uid = 1000; }; - programs.steam.enable = true; - - environment.systemPackages = with pkgs; [ - # factorio - element-desktop - discord - spotify - ]; - services.emacs.defaultEditor = false; # This value determines the NixOS release from which the default diff --git a/modules/mail/mbsyncrc b/modules/mail/mbsyncrc index f34f390..fd2bc5b 100644 --- a/modules/mail/mbsyncrc +++ b/modules/mail/mbsyncrc @@ -8,8 +8,8 @@ SSLType IMAPS MaildirStore mail@oxapentane.com-local Subfolders Verbatim -Path /home/grue/mail/mail@oxapentane.com/ -Inbox /home/grue/mail/mail@oxapentane.com/INBOX +Path /home/0xa/mail/mail@oxapentane.com/ +Inbox /home/0xa/mail/mail@oxapentane.com/INBOX Channel mail@oxapentane.com Expunge Both @@ -33,8 +33,8 @@ SSLType IMAPS MaildirStore grigory@shipunov.xyz-local Subfolders Verbatim -Path /home/grue/mail/grigory@shipunov.xyz/ -Inbox /home/grue/mail/grigory@shipunov.xyz/INBOX +Path /home/0xa/mail/grigory@shipunov.xyz/ +Inbox /home/0xa/mail/grigory@shipunov.xyz/INBOX Channel grigory@shipunov.xyz Expunge Both @@ -58,8 +58,8 @@ SSLType IMAPS MaildirStore dump@dvb.solutions-local Subfolders Verbatim -Path /home/grue/mail/dump@dvb.solutions/ -Inbox /home/grue/mail/dump@dvb.solutions/INBOX +Path /home/0xa/mail/dump@dvb.solutions/ +Inbox /home/0xa/mail/dump@dvb.solutions/INBOX Channel dump@dvb.solutions Expunge Both @@ -82,8 +82,8 @@ SSLType IMAPS MaildirStore grigory@tlm.solutions-local Subfolders Verbatim -Path /home/grue/mail/grigory@tlm.solutions/ -Inbox /home/grue/mail/grigory@tlm.solutions/INBOX +Path /home/0xa/mail/grigory@tlm.solutions/ +Inbox /home/0xa/mail/grigory@tlm.solutions/INBOX Channel grigory@tlm.solutions Expunge Both |
