diff --git a/default.nix b/default.nix index 82b7b4b..58cb701 100644 --- a/default.nix +++ b/default.nix @@ -122,6 +122,12 @@ in { # ========== Module Configuration ========== config = { + # Nix configuration for LXC container without sandbox support + nix.settings = { + sandbox = false; # LXC containers don't support kernel namespaces for sandboxing + experimental-features = [ "nix-command" "flakes" ]; + }; + # System packages specific to usda-dash environment.systemPackages = with pkgs; [ # Core tools