Compare commits
2 Commits
5a5de7353b
...
40b323dcfd
| Author | SHA1 | Date | |
|---|---|---|---|
| 40b323dcfd | |||
| 60bd89b02c |
@@ -43,14 +43,28 @@ in
|
|||||||
Inbox ~/Mail/INBOX
|
Inbox ~/Mail/INBOX
|
||||||
SubFolders Verbatim
|
SubFolders Verbatim
|
||||||
|
|
||||||
# Channel Configuration - Sync All
|
# Channel Configuration - Main (excludes Sent)
|
||||||
Channel proton
|
Channel proton-main
|
||||||
Far :proton-remote:
|
Far :proton-remote:
|
||||||
Near :proton-local:
|
Near :proton-local:
|
||||||
Patterns *
|
Patterns * !Sent
|
||||||
Create Both
|
Create Both
|
||||||
Expunge Both
|
Expunge Both
|
||||||
SyncState *
|
SyncState *
|
||||||
|
|
||||||
|
# Channel Configuration - Sent (pull only)
|
||||||
|
Channel proton-sent
|
||||||
|
Far :proton-remote:Sent
|
||||||
|
Near :proton-local:Sent
|
||||||
|
Create Near
|
||||||
|
Expunge Near
|
||||||
|
Sync Pull
|
||||||
|
SyncState *
|
||||||
|
|
||||||
|
# Group both channels
|
||||||
|
Group proton
|
||||||
|
Channel proton-main
|
||||||
|
Channel proton-sent
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# msmtp configuration
|
# msmtp configuration
|
||||||
|
|||||||
@@ -40,14 +40,15 @@
|
|||||||
|
|
||||||
boot.initrd.luks.devices."luks-b614167b-9045-4234-a441-ac6f60a96d81".device = "/dev/disk/by-uuid/b614167b-9045-4234-a441-ac6f60a96d81";
|
boot.initrd.luks.devices."luks-b614167b-9045-4234-a441-ac6f60a96d81".device = "/dev/disk/by-uuid/b614167b-9045-4234-a441-ac6f60a96d81";
|
||||||
|
|
||||||
# S3 deep sleep broken on Alder Lake - use direct hibernate on lid close
|
|
||||||
services.logind.settings.Login = {
|
services.logind.settings.Login = {
|
||||||
HandleLidSwitch = "hibernate";
|
HandleLidSwitch = "suspend-then-hibernate";
|
||||||
HandleLidSwitchExternalPower = "hibernate";
|
|
||||||
HandleLidSwitchDocked = "hibernate";
|
|
||||||
HandlePowerKey = "hibernate";
|
HandlePowerKey = "hibernate";
|
||||||
HandlePowerKeyLongPress = "poweroff";
|
HandlePowerKeyLongPress = "poweroff";
|
||||||
};
|
};
|
||||||
|
systemd.sleep.extraConfig = ''
|
||||||
|
HibernateDelaySec=30m
|
||||||
|
SuspendState=mem
|
||||||
|
'';
|
||||||
|
|
||||||
networking.hostName = "nix-book"; # Define your hostname.
|
networking.hostName = "nix-book"; # Define your hostname.
|
||||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||||
|
|||||||
Reference in New Issue
Block a user