diff options
author | sterni <sternenseemann@systemli.org> | 2023-05-05T19·33+0200 |
---|---|---|
committer | sterni <sternenseemann@systemli.org> | 2023-06-15T17·09+0000 |
commit | d2fa4e7c8677e248ac51139bf0be68314384b441 (patch) | |
tree | 73d23b14b04e487cfbe1844063e0cb101a8e917c /ops | |
parent | 8b637521c60219c0773604c452ecb7c98918d202 (diff) |
chore(3p/sources): Bump channels & overlays r/6311
* //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 <sternenseemann@systemli.org> Reviewed-by: sterni <sternenseemann@systemli.org> Reviewed-by: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'ops')
-rw-r--r-- | ops/machines/sanduny/default.nix | 1 | ||||
-rw-r--r-- | ops/modules/depot-inbox.nix | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/ops/machines/sanduny/default.nix b/ops/machines/sanduny/default.nix index 4db6311ceb6b..14f40d1fa09e 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 6110e47250cc..14fc646a9a43 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 = [ |