boreal: workaround broken nix config

This commit is contained in:
Antoine Martin 2021-05-26 00:00:18 +02:00
parent 9aaf28b757
commit d1e7ab17e2

View file

@ -109,6 +109,8 @@ in
}; };
my.displayManager.sddm.enable = true; my.displayManager.sddm.enable = true;
# TODO: remove when https://nixpk.gs/pr-tracker.html?pr=124237 reaches unstable
nix.sandboxPaths = [ "/bin/sh=${pkgs.bash}/bin/sh" ];
sound.enable = true; sound.enable = true;
hardware.pulseaudio = { hardware.pulseaudio = {