forked from mirrors_public/oddlama_nix-config
feat: update flake and switch to append only backups
This commit is contained in:
parent
71d353f18a
commit
1aeef2283a
10 changed files with 119 additions and 155 deletions
|
@ -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";
|
||||
|
|
|
@ -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 = {
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue