From 5b768bee9afb3333058ebe581685ae129c349a0a Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Tue, 11 Jun 2024 10:35:11 +0200 Subject: [PATCH 1/2] feat: update defaultPhoneRegion config in nextcloud.nix This commit removes the defaultPhoneRegion from the config section and sets it in the settings section in nextcloud.nix file. This reorganization improves the structure and readability of the configuration. --- systems/x86_64-linux/mx/nextcloud.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/x86_64-linux/mx/nextcloud.nix b/systems/x86_64-linux/mx/nextcloud.nix index d4b3548..d5bb8d5 100644 --- a/systems/x86_64-linux/mx/nextcloud.nix +++ b/systems/x86_64-linux/mx/nextcloud.nix @@ -20,10 +20,10 @@ "opcache.interned_strings_buffer" = "16"; }; config.adminpassFile = "/etc/nextcloud-admin-pass"; - config.defaultPhoneRegion = "DE"; config.dbtype = "pgsql"; config.dbname = "nextcloud"; config.dbhost = "/run/postgresql"; config.dbuser = "nextcloud"; + settings.default_phone_region = "DE"; }; } From 5c863a8fa0c69b2d9b81e13428275a0324a930fb Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Tue, 11 Jun 2024 10:36:21 +0200 Subject: [PATCH 2/2] feat: Remove specific email addresses from mailserver config This commit removes specific email addresses related to "meike-knutz.de" and "gerlinde-hoyer.de" in the mailserver configuration. It affects aliases, postmaster, and abuse sections of the configuration. --- systems/x86_64-linux/mx/mailserver.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/systems/x86_64-linux/mx/mailserver.nix b/systems/x86_64-linux/mx/mailserver.nix index 84ba06b..26de7f8 100644 --- a/systems/x86_64-linux/mx/mailserver.nix +++ b/systems/x86_64-linux/mx/mailserver.nix @@ -9,8 +9,6 @@ "harald-hoyer.de" "hartwin-hoyer.de" "herward-hoyer.de" - "meike-knutz.de" - "gerlinde-hoyer.de" "hoyer.xyz" "nc.hoyer.xyz" @@ -55,8 +53,6 @@ hashedPasswordFile = "/ubzr/unenyq/frpergf/zu@ublre.klm"; aliases = [ "zrvxr@unenyq-ublre.qr" - "zrvxr@zrvxr-xahgm.qr" - "zrvxr.ublre@zrvxr-xahgm.qr" "zrvxr@ublre.klm" ]; }; @@ -134,8 +130,6 @@ "nohfr@fhesfvgr.bet" "nohfr@unegjva-ublre.qr" "nohfr@urejneq-ublre.qr" - "nohfr@zrvxr-xahgm.qr" - "nohfr@treyvaqr-ublre.qr" "nohfr@ublre.klm" "nohfr@unenyq.ublre.klm" "nohfr@ineyvax.bet" @@ -148,8 +142,6 @@ "cbfgznfgre@fhesfvgr.bet" "cbfgznfgre@unegjva-ublre.qr" "cbfgznfgre@urejneq-ublre.qr" - "cbfgznfgre@zrvxr-xahgm.qr" - "cbfgznfgre@treyvaqr-ublre.qr" "cbfgznfgre@ublre.klm" "cbfgznfgre@unenyq.ublre.klm" "cbfgznfgre@ineyvax.bet"