mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-08-02 03:02:17 +02:00
Compare commits
No commits in common. "311f5842fc3e6c415f4a42bbb0896fb51471b986" and "61b9d11e6d4a6154b9cb64764a9d28bf3c00754b" have entirely different histories.
311f5842fc
...
61b9d11e6d
5 changed files with 6 additions and 8 deletions
|
@ -17,8 +17,6 @@ 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,7 +32,10 @@
|
||||||
|
|
||||||
programs.emacs = {
|
programs.emacs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.emacs;
|
package = pkgs.emacs-igc;
|
||||||
|
extraPackages = epkgs: [
|
||||||
|
epkgs.mu4e
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.mu.enable = true;
|
programs.mu.enable = true;
|
||||||
|
@ -99,7 +102,7 @@
|
||||||
unstable.nixfmt-rfc-style
|
unstable.nixfmt-rfc-style
|
||||||
kanidm
|
kanidm
|
||||||
yubioath-flutter
|
yubioath-flutter
|
||||||
ltex-ls-plus
|
ltex-ls
|
||||||
powerline-fonts
|
powerline-fonts
|
||||||
drawio
|
drawio
|
||||||
]
|
]
|
||||||
|
|
|
@ -149,8 +149,6 @@
|
||||||
".local/share/com.ranfdev.Notify.sqlite"
|
".local/share/com.ranfdev.Notify.sqlite"
|
||||||
];
|
];
|
||||||
directories = [
|
directories = [
|
||||||
".zotero"
|
|
||||||
".cache/zotero"
|
|
||||||
"Pictures"
|
"Pictures"
|
||||||
"Documents"
|
"Documents"
|
||||||
".ssh"
|
".ssh"
|
||||||
|
|
|
@ -15,7 +15,6 @@
|
||||||
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 eca798c78f6a58c036be912fd41cf67f33bd7142
|
Subproject commit 8cea90f20289d672f735978caeaa057919050fc0
|
Loading…
Add table
Add a link
Reference in a new issue