nixos-config/config/hosts/vm.nix

6 lines
101 B
Nix

{...}: {
imports = [ ../variables.nix ];
# config.has_battery = true;
config.vmGuest = true;
}