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 <sternenseemann@systemli.org> Reviewed-by: sterni <sternenseemann@systemli.org> Reviewed-by: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
parent
8b637521c6
commit
d2fa4e7c86
7 changed files with 28 additions and 27 deletions
|
@ -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;
|
||||
|
|
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue