devos/hosts/vm.nix

6 lines
130 B
Nix
Raw Normal View History

2022-07-03 01:06:24 +02:00
{ suites, profiles, pkgs, ... }:
2022-07-01 21:20:02 +02:00
{
2022-07-03 01:06:24 +02:00
imports = suites.workstation;
2022-07-01 21:20:02 +02:00
system.stateVersion = "21.05"; # Did you read the comment?
}