Compare commits

...

4 commits

5 changed files with 8 additions and 6 deletions

View file

@ -17,6 +17,8 @@ in
secret = "%{file:/var/lib/stalwart-mail/admin-hash}%"; secret = "%{file:/var/lib/stalwart-mail/admin-hash}%";
}; };
lookup.default.hostname = "mail.luj.fr"; lookup.default.hostname = "mail.luj.fr";
spam-filter.enable = false;
calendar.scheduling.inbound.auto-add = true;
server = { server = {
http.hsts = true; http.hsts = true;
max-connections = 8192; max-connections = 8192;

View file

@ -32,10 +32,7 @@
programs.emacs = { programs.emacs = {
enable = true; enable = true;
package = pkgs.emacs-igc; package = pkgs.emacs;
extraPackages = epkgs: [
epkgs.mu4e
];
}; };
programs.mu.enable = true; programs.mu.enable = true;
@ -102,7 +99,7 @@
unstable.nixfmt-rfc-style unstable.nixfmt-rfc-style
kanidm kanidm
yubioath-flutter yubioath-flutter
ltex-ls ltex-ls-plus
powerline-fonts powerline-fonts
drawio drawio
] ]

View file

@ -149,6 +149,8 @@
".local/share/com.ranfdev.Notify.sqlite" ".local/share/com.ranfdev.Notify.sqlite"
]; ];
directories = [ directories = [
".zotero"
".cache/zotero"
"Pictures" "Pictures"
"Documents" "Documents"
".ssh" ".ssh"

View file

@ -15,6 +15,7 @@
forceSSL = true; forceSSL = true;
enableACME = true; enableACME = true;
locations."/" = { locations."/" = {
proxyWebsockets = true;
proxyPass = "http://localhost:${toString config.services.plausible.server.port}"; proxyPass = "http://localhost:${toString config.services.plausible.server.port}";
}; };
}; };

@ -1 +1 @@
Subproject commit 8cea90f20289d672f735978caeaa057919050fc0 Subproject commit eca798c78f6a58c036be912fd41cf67f33bd7142