feat: update flake and switch to append only backups

This commit is contained in:
oddlama 2024-08-06 01:32:07 +02:00
parent 71d353f18a
commit 1aeef2283a
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
10 changed files with 119 additions and 155 deletions

View file

@ -19,7 +19,7 @@
group = "stalwart-mail";
};
in {
environment.persistence."/persist".directories = lib.trace "stalwart backups to dusk!" [
environment.persistence."/persist".directories = [
{
directory = config.services.idmail.dataDir;
user = "stalwart-mail";

View file

@ -33,7 +33,7 @@ in {
};
services.open-webui = {
enable = true;
enable = builtins.trace "open-webui disabled because opentelemetry python is broken" false;
host = "0.0.0.0";
port = 11222;
environment = {

View file

@ -29,7 +29,7 @@
];
matchConfig.MACAddress = config.repo.secrets.local.networking.interfaces.lan.mac;
networkConfig = {
IPForward = "yes";
IPv4Forwarding = "yes";
IPv6PrivacyExtensions = "yes";
MulticastDNS = true;
};
@ -87,7 +87,7 @@
];
matchConfig.Name = "lan-self";
networkConfig = {
IPForward = "yes";
IPv4Forwarding = "yes";
IPv6PrivacyExtensions = "yes";
IPv6SendRA = true;
IPv6AcceptRA = false;

View file

@ -42,7 +42,7 @@ in {
];
matchConfig.MACAddress = config.repo.secrets.local.networking.interfaces.wlan1.mac;
networkConfig = {
IPForward = "yes";
IPv4Forwarding = "yes";
IPv6PrivacyExtensions = "yes";
IPv6SendRA = true;
MulticastDNS = true;