aboutsummaryrefslogtreecommitdiff
path: root/machines/mail
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2025-10-10 11:58:28 +0200
committerMax Audron <audron@cocaine.farm>2025-10-10 11:58:28 +0200
commit5b8929435cb955169d7d497fc8d759e50d5f67ff (patch)
treeae3340ef4bb544dfbb9822c0b3c7ad37f344f7c6 /machines/mail
parentreplace dns bgp anouncement (diff)
setup mailserver
Diffstat (limited to '')
-rw-r--r--machines/mail/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/machines/mail/default.nix b/machines/mail/default.nix
index eca85a2..36de86e 100644
--- a/machines/mail/default.nix
+++ b/machines/mail/default.nix
@@ -55,4 +55,7 @@ in
substituteOnTarget = true;
hermetic = false;
};
+
+ # System state version
+ system.stateVersion = "25.05";
}
+0200'>2021-06-05add tanka ci configurationMax Audron-1/+1 2021-06-05ready tanka deploy for CIMax Audron-32/+69 2021-06-05remove tanka vendoringMax Audron-27651/+0 2021-05-26Release 1.0.1Max Audron-3/+3 2021-05-26fix log breaking once buffer fullMax Audron-2/+33 the log_msg function was poping the newest message and replacing it with the newest message, it should be poping the oldest messages. 2021-05-16add deployment stuffMax Audron-6/+27786 2021-05-15add container buildMax Audron-2/+35