mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-30 18:47: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}%";
|
||||
};
|
||||
lookup.default.hostname = "mail.luj.fr";
|
||||
spam-filter.enable = false;
|
||||
calendar.scheduling.inbound.auto-add = true;
|
||||
server = {
|
||||
http.hsts = true;
|
||||
max-connections = 8192;
|
||||
|
|
|
@ -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
|
||||
]
|
||||
|
|
|
@ -149,6 +149,8 @@
|
|||
".local/share/com.ranfdev.Notify.sqlite"
|
||||
];
|
||||
directories = [
|
||||
".zotero"
|
||||
".cache/zotero"
|
||||
"Pictures"
|
||||
"Documents"
|
||||
".ssh"
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
proxyWebsockets = true;
|
||||
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