mount /dev/kvm

This reverts commit 32a8c011133045f624f23d0cacd6e2b81ccc78eb.

add kvm
This commit is contained in:
Kiara Grouwstra 2025-08-04 19:49:36 +02:00
parent 87b50e11b2
commit 4187cf1c2c
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU
5 changed files with 10 additions and 0 deletions

View file

@ -11,3 +11,5 @@ steps:
image: nixos/nix
commands:
- nix build --extra-experimental-features 'nix-command flakes' .#checks.x86_64-linux.deployment-basic -L
devices:
- /dev/kvm:/dev/kvm

View file

@ -11,3 +11,5 @@ steps:
image: nixos/nix
commands:
- nix build --extra-experimental-features 'nix-command flakes' .#checks.x86_64-linux.deployment-cli -L
devices:
- /dev/kvm:/dev/kvm

View file

@ -11,3 +11,5 @@ steps:
image: nixos/nix
commands:
- nix build --extra-experimental-features 'nix-command flakes' .#checks.x86_64-linux.deployment-panel -L
devices:
- /dev/kvm:/dev/kvm

View file

@ -11,3 +11,5 @@ steps:
image: nixos/nix
commands:
- nix build --extra-experimental-features 'nix-command flakes' .#checks.x86_64-linux.test-mastodon-service -L
devices:
- /dev/kvm:/dev/kvm

View file

@ -11,3 +11,5 @@ steps:
image: nixos/nix
commands:
- nix build --extra-experimental-features 'nix-command flakes' .#checks.x86_64-linux.test-peertube-service -L
devices:
- /dev/kvm:/dev/kvm