mount /dev/kvm

This reverts commit 32a8c011133045f624f23d0cacd6e2b81ccc78eb.
This commit is contained in:
Kiara Grouwstra 2025-08-04 19:49:36 +02:00
parent 3c1971c6a4
commit a8f5571dae
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU
3 changed files with 6 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