Skip to content

Commit

Permalink
Remove /dev/kvm and nix seccomp
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorNelson committed Sep 5, 2024
1 parent 96d96c5 commit 99be55b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,11 @@ services:
context: ./workspace
args:
- DOJO_WORKSPACE=${DOJO_WORKSPACE}
platform: linux/amd64
environment:
- DOJO_WORKSPACE=${DOJO_WORKSPACE}
volumes:
- /data/workspace:/out
devices:
- /dev/kvm

workspacefs:
container_name: workspacefs
Expand Down
1 change: 1 addition & 0 deletions workspace/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ experimental-features = nix-command flakes
auto-optimise-store = true
substituters = /out https://cache.nixos.org/
trusted-substituters = /out
filter-syscalls = false
EOF

RUN git clone --branch nixos-24.05 --depth 1 https://github.com/NixOS/nixpkgs.git /opt/nixpkgs-24.05
Expand Down

0 comments on commit 99be55b

Please sign in to comment.