devos/hosts/vm.nix

6 lines
130 B
Nix

{ suites, profiles, pkgs, ... }:
{
imports = suites.workstation;
system.stateVersion = "21.05"; # Did you read the comment?
}