b614179eed
svn path=/nixos/trunk/; revision=22607
6 lines
107 B
Nix
6 lines
107 B
Nix
{ config, pkgs, modulesPath, ... }:
|
|
|
|
{
|
|
require = [ "${modulesPath}/virtualisation/amazon-image.nix" ];
|
|
}
|