My dotfiles (written in Nix, btw!) ❄
at main 5 lines 72 B view raw
1{...}: { 2 virtualisation.virtualbox.host = { 3 enable = true; 4 }; 5}