From d2fa4e7c8677e248ac51139bf0be68314384b441 Mon Sep 17 00:00:00 2001 From: sterni Date: Fri, 5 May 2023 21:33:59 +0200 Subject: chore(3p/sources): Bump channels & overlays * //ops/modules/depot-inbox: Adapt to upstream option type declaration. See nixpkgs commit b6ed3b8f402893df91a8e21ce993520301c2f076. * //ops/machines/sanduny, //users/tazjin/polyanka: Remove boot.loader.grub.version options (no longer has any effect). * //users/sterni/emacs: reflect rename emacsPgtk -> emacs-pgtk * //3p/overlays: update tdlib to match emacs-overlay * //3p/overlays: give EXWM from depot a separate name * //users/grfn/system/home: disable Slack support in ntfy Change-Id: I03bde088bc70e05b23925f244899807210cb7b20 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8547 Autosubmit: sterni Reviewed-by: sterni Reviewed-by: grfn Tested-by: BuildkiteCI Reviewed-by: tazjin --- ops/machines/sanduny/default.nix | 1 - ops/modules/depot-inbox.nix | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'ops') diff --git a/ops/machines/sanduny/default.nix b/ops/machines/sanduny/default.nix index 4db6311ceb..14f40d1fa0 100644 --- a/ops/machines/sanduny/default.nix +++ b/ops/machines/sanduny/default.nix @@ -98,7 +98,6 @@ in # their own way of booting systems as long as config is in place. boot.loader.grub.device = "nodev"; boot.loader.grub.enable = true; - boot.loader.grub.version = 2; boot.initrd.availableKernelModules = [ "xen_blkfront" ]; hardware.cpu.intel.updateMicrocode = true; diff --git a/ops/modules/depot-inbox.nix b/ops/modules/depot-inbox.nix index 6110e47250..14fc646a9a 100644 --- a/ops/modules/depot-inbox.nix +++ b/ops/modules/depot-inbox.nix @@ -104,7 +104,7 @@ in settings.publicinbox = { wwwlisting = "all"; nntpserver = [ "inbox.tvl.su" ]; - imapserver = "inbox.tvl.su"; + imapserver = [ "inbox.tvl.su" ]; depot.obfuscate = true; noObfuscate = [ -- cgit 1.4.1