summaryrefslogtreecommitdiffstats
path: root/nixos/modules/virtualisation/azure-image.nix
AgeCommit message (Collapse)Author
2018-06-12azure: stop carrying qemu-220 patchCole Mickens
2017-04-25azure-image: switch to use the common make-disk-image.nixDan Peebles
2017-02-13Azure: switch back to qemu 2.2.0 for generating image. Seems to work best.Rob Vermaas
(cherry picked from commit 2da8a5dac8674501ba9ed10e44650088b466688a)
2017-02-13Use default qemu for azure image generation, and use option to enforce ↵Rob Vermaas
sizing of image to be compliant with Azure/HyperV. (cherry picked from commit e16db5666af987f8a76be82ff219e138e92af442)
2016-04-25treewide: Use correct output in ${config.nix.package}/binTuomas Tynkkynen
2016-03-13virtualization/azure: make the image dynamic again since azure-cli upload ↵Evgeny Egorochkin
bug is fixed
2016-03-13virtualization/azure: fixesCole Mickens
azure-agent: add option for verbose logging azure-agent: disable ssh host key regeneration azure-common: set verbose logging on azure-image: increase size to 30GB
2016-03-03azure-image: provide configuration.nix which allows nixos-rebuild to build a ↵Evgeny Egorochkin
working generation and add helpful comments
2016-02-18azure: package qemu @ 2.2.0Cole Mickens
This commit packages qemu-220. This package is qemu-2.2.0 and is only used with Azure.
2016-02-17Fix azure image, by adding subformat=fixed to disk generation.Rob Vermaas
2016-01-10azure-image: azure resource manager doesn't base64-encode custom data, ↵Evgeny Egorochkin
unlike azure service manager
2016-01-09Merge pull request #10996 from oxij/nixos-labelArseniy Seroka
nixos: introduce system.nixosLabel support
2016-01-08nixos: introduce system.nixosLabel option and use it where appropriateJan Malakhovski
Setting nixosVersion to something custom is useful for meaningful GRUB menus and /nix/store paths, but actuallly changing it rebulids the whole system path (because of `nixos-version` script and manual pages). Also, changing it is not a particularly good idea because you can then be differentitated from other NixOS users by a lot of programs that read /etc/os-release. This patch introduces an alternative option that does all you want from nixosVersion, but rebuilds only the very top system level and /etc while using your label in the names of system /nix/store paths, GRUB and other boot loaders' menus, getty greetings and so on.
2015-12-09Azure image: update ssh key type, start before the Azure agentEvgeny Egorochkin
2015-09-18nixos: rename some outputs for better discoverability in /nix/storeJan Malakhovski
2015-05-20azure-image: fix, split into bootstrap and regular configurationsEvgeny Egorochkin
Conflicts: nixos/modules/virtualisation/azure-image.nix
2015-02-16azure: add a job to download ssh host and root keys if they are made ↵Evgeny Egorochkin
available via "custom data"; see #3986
2014-09-06Azure: Fix authorized_keysRob Vermaas
2014-09-06Azure: Mount metadata 'CD' on /metadataRob Vermaas
2014-09-06Initial configuration + image generation script for Micro$oft Azure. Work in ↵Rob Vermaas
progress for #3986.