add network raw to runner config
Validate NixOS Config / validate (push) Failing after 1m56s

This commit is contained in:
2024-08-25 18:00:10 +00:00
parent a57cf3b5c9
commit 1f20860006
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
validate:
runs-on: nixos
container:
options: --network host
options: --cap-add=NET_RAW --cap-add=NET_ADMIN
steps:
- name: Debug environment
run: |