update inputs, bin cache for cuda, disable cachy kernel, various fixes

This commit is contained in:
4DBug
2026-05-09 21:13:56 -05:00
parent e559f6dd01
commit c4220bc621
12 changed files with 341 additions and 188 deletions
+10 -11
View File
@@ -1,12 +1,7 @@
{
{ inputs, ... }: {
den.aspects.mailserver = {
nixos = {
imports = [
(fetchTarball {
url = "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/archive/master.tar.gz";
sha256 = "0mfc8xkpy6hrfwyhjjnfna8b54s2h01lzsw4mw3yym6ccacc75r8";
})
];
imports = [ inputs.nixos-mailserver.nixosModules.default ];
security.acme = {
acceptTerms = true;
@@ -20,14 +15,20 @@
mailserver = {
enable = true;
stateVersion = 3;
stateVersion = 4;
fqdn = "mail.bug.tools";
domains = [ "bug.tools" ];
x509.useACMEHost = "mail.bug.tools";
loginAccounts = {
fullTextSearch = {
enable = true;
autoIndex = true;
fallback = false;
};
accounts = {
"bug@bug.tools" = {
hashedPasswordFile = "/home/bug/mailserver/bug.passwd";
aliases = [
@@ -41,8 +42,6 @@
"matrix@bug.tools"
"git@bug.tools"
"contact@bug.tools"
"fc2@bug.tools"
"counter@bug.tools"
"claude@bug.tools"
"rumble@bug.tools"
];