Disable Nix sandbox for LXC container compatibility

This commit is contained in:
UGA Innovation Factory
2025-12-18 19:23:01 -05:00
parent 7d1e734ca4
commit 58333cf962

View File

@@ -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