about summary refs log tree commit diff
path: root/nixos/modules/virtualisation/google-compute-image.nix
Commit message (Expand)AuthorAge
* treewide: deprecate ip-up.target (#18319)Alexander Ried2016-09-10
* treewide: Use makeBinPathTuomas Tynkkynen2016-08-23
* Remove boot.loader.grub.timeout and boot.loader.gummiboot.timeoutEelco Dolstra2016-05-25
* treewide: Use correct output in ${config.nix.package}/binTuomas Tynkkynen2016-04-25
* nixos: introduce system.nixosLabel option and use it where appropriateJan Malakhovski2016-01-08
* nixos: rename some outputs for better discoverability in /nix/storeJan Malakhovski2015-09-18
* Merge pull request #6732 from oconnorr/masterWout Mertens2015-06-02
|\
| * Remove use of && in fetch-ssh-keys service.Russell O'Connor2015-05-29
| * [GCE] Put temp files for fetch-ssh-keys service in /runRussell O'Connor2015-05-29
| * Use mktemp to create temporary files to hold ssh host keys and authorized key...Russell O'Connor2015-05-29
* | Revert "Set boot.loader.grub.configurationLimit to 1 for gce/azure/amazon ima...William A. Kennington III2015-05-29
|/
* Set boot.loader.grub.configurationLimit to 1 for gce/azure/amazon images. Set...Rob Vermaas2015-05-29
* GCE image: Remove some unnecessary lib prefixes.Rob Vermaas2015-03-26
* GCE image: Add some recommended sysctl settings. Disable OS level firewall by...Rob Vermaas2015-03-26
* Only start fetch-keys for GCE image after ip-up.Rob Vermaas2015-02-27
* GCE image: Pass header to metadata service calls.Rob Vermaas2015-02-26
* ParanoiaEelco Dolstra2015-01-15
* google-compute-image.nix: Try to download all SSH host keys from metadata ser...Russell O'Connor2015-01-06
* Generate SSH host public key from the private key.Russell O'Connor2015-01-05
* Call wget directly in fetch-ssh-keys service.Russell O'Connor2015-01-05
* google-compute-image.nix: unconditionally clean up /root/key.pub /root/author...Russell O'Connor2015-01-05
* google-comute-image.nix: set umask 077 when downloading private keys from the...Russell O'Connor2015-01-05
* google-compute-image.nix: use internal google NTP server.Russell O'Connor2015-01-05
* Fix GCE image build.Rob Vermaas2015-01-05
* Google Compute image:Rob Vermaas2014-08-01
* Google Compute config: add a unit to wait for the metadata server to become a...Evgeny Egorochkin2014-07-20
* Google Compute Image: fetch host keys if possibleEvgeny Egorochkin2014-07-12
* Google Compute Image needs the interface to be named eth0 for google tools to...Evgeny Egorochkin2014-07-12
* nixos-install: Ask the user to set a root passwordEelco Dolstra2014-05-09
* Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra2014-04-14
* Make the GCE image use 100G as disk size (maximum).Rob Vermaas2014-03-21
* Increase size of GCE image. Use disk.raw as name inside tar.gz, as this is co...Rob Vermaas2014-03-21
* Make initialRootPassword overrideable in all virtualisation modules, not just...Rickard Nilsson2014-02-24
* Google Compute image: fix punctuation in description, give disk image proper ...Rob Vermaas2013-12-12
* Remove a hardcoded SSH public key from the Google Compute image.Rob Vermaas2013-12-11
* Add initial configuration for Google Compute EngineRob Vermaas2013-12-11