Fix 23.05 failures

This commit is contained in:
Benjamin Bädorf 2023-06-12 00:35:13 +02:00
parent cf29402d32
commit 88e659d016
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C
3 changed files with 2 additions and 7 deletions

View file

@ -44,7 +44,7 @@ in {
# fileSystems."/".options = [ "noexec" ];
services.openssh = {
kbdInteractiveAuthentication = false;
settings.KbdInteractiveAuthentication = false;
extraConfig = ''
AllowTcpForwarding yes
X11Forwarding no

View file

@ -14,6 +14,7 @@ channels: final: prev: {
(channels.master)
factorio-headless
paperless-ngx
waybar
;
haskellPackages =

View file

@ -1,6 +0,0 @@
channels: final: prev: {
waybar = channels.latest.waybar.overrideAttrs (oldAttrs: rec {
inherit (prev.sources.waybar-nvfetcher) version src;
mesonFlags = oldAttrs.mesonFlags ++ ["-Dcava=disabled"];
});
}