Compare commits

..

No commits in common. "311f5842fc3e6c415f4a42bbb0896fb51471b986" and "61b9d11e6d4a6154b9cb64764a9d28bf3c00754b" have entirely different histories.

5 changed files with 6 additions and 8 deletions

View file

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

View file

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

View file

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

View file

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

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