mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
add(nix): virtualbox
This commit is contained in:
parent
be68791ada
commit
c39487eab3
2 changed files with 13 additions and 2 deletions
|
|
@ -1 +1,6 @@
|
|||
{...}: {virtualisation.docker.enable = true;}
|
||||
{...}: {
|
||||
virtualisation = {
|
||||
docker.enable = true;
|
||||
virtualbox.host.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue