update nixpkgs channel to 25.11
This commit is contained in:
parent
a58e66c747
commit
c3996f55ce
3 changed files with 8 additions and 7 deletions
|
|
@ -4,13 +4,14 @@
|
|||
# working :(
|
||||
imports = [
|
||||
(builtins.fetchTarball {
|
||||
url = "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/archive/nixos-25.05/nixos-mailserver-nixos-25.05.tar.gz";
|
||||
sha256 = "0la8v8d9vzhwrnxmmyz3xnb6vm76kihccjyidhfg6qfi3143fiwq";
|
||||
url = "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/archive/nixos-25.11/nixos-mailserver-nixos-25.11.tar.gz";
|
||||
sha256 = "16kanlk74xnj7xgmjsj7pahy31hlxqcbv76xnsg8qbh54b0hwxgq";
|
||||
})
|
||||
];
|
||||
|
||||
mailserver = {
|
||||
enable = true;
|
||||
stateVersion = 3;
|
||||
fqdn = "mail.zacharyscheiman.com";
|
||||
domains = [ "zacharyscheiman.com" "squi.bid" ];
|
||||
messageSizeLimit = 2500000000; # 2.5GB
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue