Fix 23.05 failures
This commit is contained in:
parent
cf29402d32
commit
88e659d016
|
@ -44,7 +44,7 @@ in {
|
|||
# fileSystems."/".options = [ "noexec" ];
|
||||
|
||||
services.openssh = {
|
||||
kbdInteractiveAuthentication = false;
|
||||
settings.KbdInteractiveAuthentication = false;
|
||||
extraConfig = ''
|
||||
AllowTcpForwarding yes
|
||||
X11Forwarding no
|
||||
|
|
|
@ -14,6 +14,7 @@ channels: final: prev: {
|
|||
(channels.master)
|
||||
factorio-headless
|
||||
paperless-ngx
|
||||
waybar
|
||||
;
|
||||
|
||||
haskellPackages =
|
||||
|
|
|
@ -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"];
|
||||
});
|
||||
}
|
Loading…
Reference in a new issue