refactor flake.nix and osConfig organization
This commit is contained in:
6
osConfigs/hosts/vbox.nix
Normal file
6
osConfigs/hosts/vbox.nix
Normal file
@ -0,0 +1,6 @@
|
||||
{ config, lib, inputs, pkgs, ... }:
|
||||
|
||||
{
|
||||
virtualisation.virtualbox.guest.enable = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user