From 58333cf9624e2b8a18a39a0ae8e372317f1e8f43 Mon Sep 17 00:00:00 2001 From: UGA Innovation Factory Date: Thu, 18 Dec 2025 19:23:01 -0500 Subject: [PATCH] Disable Nix sandbox for LXC container compatibility --- default.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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