All checks were successful
Build iso when a new version is pushed / test (push) Successful in 2m10s
19 lines
956 B
Nix
19 lines
956 B
Nix
# **************************************************************************** #
|
|
# #
|
|
# ::: :::::::: #
|
|
# vbox.nix :+: :+: :+: #
|
|
# +:+ +:+ +:+ #
|
|
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
|
|
# +#+#+#+#+#+ +#+ #
|
|
# Created: 2025/09/06 00:56:42 by tomoron #+# #+# #
|
|
# Updated: 2025/09/06 00:56:52 by tomoron ### ########.fr #
|
|
# #
|
|
# **************************************************************************** #
|
|
|
|
{ ... }:
|
|
|
|
{
|
|
virtualisation.virtualbox.guest.enable = true;
|
|
}
|
|
|