boreal: remove nix sandbox workaround

This commit is contained in:
Antoine Martin 2021-05-28 14:48:19 +02:00
parent 3a125fde27
commit feebd0940e

View file

@ -111,9 +111,6 @@ in
};
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" ];
hardware.bluetooth = {
enable = true;
powerOnBoot = true;