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

View file

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

View file

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

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