enable zram for the vps

This commit is contained in:
Rouven Seifert 2023-06-19 23:58:04 +02:00
parent 1169e53c76
commit 99432a7244
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
6 changed files with 23 additions and 9 deletions

View file

@ -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
'';
};
};
};