mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-08-01 10:57:18 +02:00
Compare commits
4 commits
61b9d11e6d
...
311f5842fc
Author | SHA1 | Date | |
---|---|---|---|
311f5842fc | |||
6b559cf1c2 | |||
482837327d | |||
71c56c5f2b |
5 changed files with 8 additions and 6 deletions
|
@ -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;
|
||||||
|
|
|
@ -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
|
||||||
]
|
]
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
2
private
2
private
|
@ -1 +1 @@
|
||||||
Subproject commit 8cea90f20289d672f735978caeaa057919050fc0
|
Subproject commit eca798c78f6a58c036be912fd41cf67f33bd7142
|
Loading…
Add table
Add a link
Reference in a new issue