From feebd0940e4d3cf311b259e0cab59a69917a5298 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Fri, 28 May 2021 14:48:19 +0200 Subject: [PATCH] boreal: remove nix sandbox workaround --- hosts/boreal/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/hosts/boreal/default.nix b/hosts/boreal/default.nix index b481ec7..5930747 100644 --- a/hosts/boreal/default.nix +++ b/hosts/boreal/default.nix @@ -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;