fix capabilities

This commit is contained in:
ahuston-0 2025-06-01 15:05:53 -04:00
parent 701778b2ed
commit b173fe623e

View File

@ -58,7 +58,7 @@ in
};
delugeVPN = delugeBase // {
image = "binhex/arch-delugevpn:latest";
capbilities = {
capabilities = {
NET_ADMIN = true;
};
environment = delugeBase.environment // {