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/nova-config.nix

6 lines
105 B
Nix
Raw Normal View History

* Generate a nova.conf file. * Provide a configuration.nix in Nova images. svn path=/nixos/trunk/; revision=27224
2011-05-11 13:52:49 +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/nova-image.nix" ];
* Generate a nova.conf file. * Provide a configuration.nix in Nova images. svn path=/nixos/trunk/; revision=27224
2011-05-11 13:52:49 +00:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 313ms Template: 4ms
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