Logo
Explore Help
Sign In
public/nixpkgs
1
0
Fork 0
You've already forked nixpkgs
Code Issues Pull Requests Packages Projects Releases Wiki Activity
nixpkgs/nixos/modules/virtualisation/amazon-config.nix

6 lines
107 B
Nix
Raw Normal View History

* Install a configuration.nix in the AMI. svn path=/nixos/trunk/; revision=22607
2010-07-15 11:09:30 +00:00
{ config, pkgs, modulesPath, ... }:
{
Update all legacy-style modules I.e., modules that use "require = [options]". Nowadays that should be written as { options = { ... }; config = { ... }; }; Also, use "imports" instead of "require" in places where we actually import another module.
2013-09-04 13:05:09 +02:00
imports = [ "${modulesPath}/virtualisation/amazon-image.nix" ];
* Install a configuration.nix in the AMI. svn path=/nixos/trunk/; revision=22607
2010-07-15 11:09:30 +00:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 351ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API