devos/hosts/vm.nix
2022-07-03 01:06:24 +02:00

5 lines
130 B
Nix

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