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