Disable Nix sandbox for LXC container compatibility
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user