Finish installing beagle

This commit is contained in:
Pedro Rey Anca 2025-10-16 23:00:47 +02:00
parent 6ca28f7e4b
commit 2ce6b5af1c
Signed by: peprolinbot
GPG key ID: 053EA6E00116533A
4 changed files with 2034 additions and 1 deletions

3
modules/vm.nix Normal file
View file

@ -0,0 +1,3 @@
{...}: {
services.qemuGuest.enable = true;
}