diff options
| author | Jakub Stachurski <jakub@wilkuu.xyz> | 2026-03-05 23:09:19 +0100 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-03-05 23:10:06 +0100 |
| commit | e24ce7987328000c6b3da2e4f51b8392b00a9e73 (patch) | |
| tree | b42504c7af41aa546e804b5459c05719c24d5bdc /hosts/apocalypse/default.nix | |
| parent | 3d074dc5605738c9df45437cff3737186cdd030a (diff) | |
Feat/mutliple email domains (#5)
* Add additional domain support
* Configure omega-relay to use wilkuu.nl
* Fix oopsies
Diffstat (limited to 'hosts/apocalypse/default.nix')
| -rw-r--r-- | hosts/apocalypse/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/apocalypse/default.nix b/hosts/apocalypse/default.nix index 2753e61..0977258 100644 --- a/hosts/apocalypse/default.nix +++ b/hosts/apocalypse/default.nix @@ -14,7 +14,7 @@ }; services.logind.settings.Login = { - HandleLidSwitch = "ignore"; + HandleLidSwitch = "suspend"; HandleLidSwitchExternalPower = "lock"; HandleLidSwitchDocked = "ignore"; }; |
