forked from Fachschaft/nixConfig
Compare commits
3 commits
e05dde9ab3
...
67a9179216
Author | SHA1 | Date | |
---|---|---|---|
67a9179216 | |||
36b0a4c718 | |||
5032b94ed1 |
4 changed files with 11 additions and 10 deletions
|
@ -88,7 +88,8 @@
|
|||
./patches/sieve-rs.patch
|
||||
];
|
||||
# Replace the string with `lib.fakeHash` after version changes in order to get the new hash value.
|
||||
cargoHash = "sha256-gb2oFlVA/vE6DoWWW8SCFA3l7rtV2RuosPUY+6IcKNM=";
|
||||
cargoHash = "sha256-0U0Z13a2vRxMFnaaHeXBjvYDjKStgqmuDboUVssVMQw=";
|
||||
doCheck = false; # some test that does not look adjacent fails during build, so I disabled them. This also halves build time.
|
||||
}
|
||||
);
|
||||
};
|
||||
|
|
8
flake.lock
generated
8
flake.lock
generated
|
@ -9,11 +9,11 @@
|
|||
"rust-overlay": "rust-overlay"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1740490964,
|
||||
"narHash": "sha256-05mpcJZCX631rNCxJohUu+nhVOlAc3EfcNPBzOFSHMo=",
|
||||
"lastModified": 1742288075,
|
||||
"narHash": "sha256-eax3t0lgbw2vNm8Utyn/KTx1obsjNrntayLiPeyQdcs=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "c37b6ec8654db4c6e3d79acaeeccb577a9fb66ce",
|
||||
"revCount": 21,
|
||||
"rev": "651d20b5c12e214e1115960d174d5fbdeadb694e",
|
||||
"revCount": 22,
|
||||
"type": "git",
|
||||
"url": "https://gitea.mathebau.de/fachschaft/alias_to_sieve"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* Building: We patch our version of stalwart and thus need to built it locally.
|
||||
* Be aware that this needs some hours, about 12Gb RAM and a few Gb free space in /tmp.
|
||||
* Be aware that this needs some hours, about 20Gb RAM and a few Gb free space in /tmp.
|
||||
* If you only want to deploy configuration changes and no software updates, consider building on the target VM.
|
||||
* It has stalwart in its nix store and does not need to rebuild it.
|
||||
* Forwarding mails: Update the Sops-secrets in the machine directory, rebuild on the VM and deploy.
|
||||
|
@ -225,8 +225,8 @@ in {
|
|||
{"else" = false;}
|
||||
];
|
||||
limits = {
|
||||
redirects = 50;
|
||||
out-messages = 50;
|
||||
redirects = 500;
|
||||
out-messages = 500;
|
||||
};
|
||||
};
|
||||
# See https://stalw.art/docs/smtp/authentication/dkim/sign
|
||||
|
|
|
@ -8,7 +8,7 @@ index be36759b..b4316639 100644
|
|||
version = "0.6.0"
|
||||
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
-checksum = "15ac54053752c25a0e545dd1953de716abcc80b12cfe0b6c2f2c1c73759d4f45"
|
||||
+source = "git+https://gitea.mathebau.de/fachschaft/sieve-rs.git#71324550504c0f84fe3e814d05cbe22f90a3b228"
|
||||
+source = "git+https://github.com/stalwartlabs/sieve.git#56450c6ccdf76f1de95931db24896599159efc53"
|
||||
dependencies = [
|
||||
"ahash 0.8.11",
|
||||
"bincode",
|
||||
|
@ -23,5 +23,5 @@ index f055474f..2b64c9ac 100644
|
|||
+
|
||||
+
|
||||
+[patch.crates-io]
|
||||
+sieve-rs = { git = 'https://gitea.mathebau.de/fachschaft/sieve-rs.git' }
|
||||
+sieve-rs = { git = 'https://github.com/stalwartlabs/sieve.git' }
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue