mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-28 01:18:29 +02:00
enable zram for the vps
This commit is contained in:
parent
1169e53c76
commit
99432a7244
6 changed files with 23 additions and 9 deletions
|
@ -165,6 +165,16 @@ in
|
|||
};
|
||||
"iFSR" = rec {
|
||||
address = "rouven.seifert@ifsr.de";
|
||||
signature = {
|
||||
showSignature = "append";
|
||||
text = ''
|
||||
Rouven Seifert
|
||||
|
||||
Fachschaftsrat Informatik TU Dresden
|
||||
Fakultät Informatik
|
||||
Nöthnitzer Str. 46, 01187 Dresden
|
||||
'';
|
||||
};
|
||||
primary = true;
|
||||
gpg.key = gpg-default-key;
|
||||
realName = "Rouven Seifert";
|
||||
|
@ -286,6 +296,9 @@ in
|
|||
enable = true;
|
||||
mailboxName = " gmail";
|
||||
extraMailboxes = lib.lists.forEach [ c.sent c.trash c.junk c.drafts ] (x: x.nearPattern);
|
||||
extraConfig = ''
|
||||
set copy = no
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue