fix capabilities

This commit is contained in:
ahuston-0 2025-06-01 15:05:53 -04:00
parent b920ad0ea2
commit 3d388c18a7
No known key found for this signature in database
GPG Key ID: 47940175096C1330

View File

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