gasshhhhhh
This commit is contained in:
parent
2a82a20068
commit
6a1ef25bc9
11 changed files with 473 additions and 485 deletions
|
@ -171,12 +171,18 @@ in {
|
|||
imap = {
|
||||
host = "mail.cochrun.xyz";
|
||||
port = 993;
|
||||
tls.enable = true;
|
||||
tls = {
|
||||
enable = true;
|
||||
certificatesFile = ./certs.txt;
|
||||
};
|
||||
};
|
||||
smtp = {
|
||||
host = "mail.cochrun.xyz";
|
||||
port = 25;
|
||||
tls.enable = true;
|
||||
tls = {
|
||||
enable = true;
|
||||
certificatesFile = ./certs.txt;
|
||||
};
|
||||
};
|
||||
mbsync = {
|
||||
create = "maildir";
|
||||
|
@ -524,11 +530,6 @@ in {
|
|||
recursive = true;
|
||||
};
|
||||
|
||||
# home.file.".config/rofi" = {
|
||||
# source = ../.config/rofi;
|
||||
# recursive = true;
|
||||
# };
|
||||
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
package = pkgs.firefox-wayland.override {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue