summaryrefslogtreecommitdiffstats
path: root/nixos/modules/virtualisation/google-compute-image.nix
AgeCommit message (Expand)Author
2019-04-29treewide: Remove usage of isNullDaniel Schaefer
2018-11-26google-compute-image: make it a module and the size tuneable (#49854)Ding Xiang Fei
2018-11-25treewide: systemd timeout arguments to use infinity instead of 0 (#50934)Craig Younkins
2018-11-03nixos/google-network-daemon: systemd job type simple instead of oneshot (#49692)Sarah Brofeldt
2018-09-26google-compute-engine: 20180510 -> 20180905zimbatm
2018-08-30reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson
2018-06-04avoid redundant rm callsAmineChikhaoui
2018-05-31revert 4a86f8c9abd99b880b8a9c3609d330c7ff398ad5 and properly removeAmineChikhaoui
2018-04-28barf if pulling the ssh host keys failsAmineChikhaoui
2018-04-28remove the entire temporary directoryAmineChikhaoui
2018-04-28pull the ssh host keys from the metadata service as expected by NixOps.AmineChikhaoui
2018-04-08google-compute-image: provide correct MTUWout Mertens
2018-04-06Update create-gce.sh script. Set default option for GCE images to disable hos...Rob Vermaas
2018-04-05gce: needs bigger diskSizeRob Vermaas
2018-02-18nixos: rename config.system.nixos* -> config.system.nixos.*Jan Malakhovski
2018-01-18Merge pull request #33423 from AmineChikhaoui/gce-ssh-keysRob Vermaas
2018-01-06nixos: introduce boot.growPartition (#33521)zimbatm
2018-01-04Fixes https://github.com/NixOS/nixops/issues/756.AmineChikhaoui
2017-09-15google-instance-setup: add openssh to pathRob Vermaas
2017-07-15google-compute-image module: use google serviceszimbatm
2017-05-20GCE-service: Update fetch-ssh-keys API usageMateusz Kowalczyk
2017-04-26google-compute-image: append .raw.tar.gz suffixJörg Thalheim
2017-04-24google-compute-image: switch to use the common make-disk-image.nixDan Peebles
2017-03-27Make GCE image as small as possible and incorporate partition growingClemens Fruhwirth
2017-03-26google-compute-image: fix Yama LSM option conflictc74d
2017-03-24google-compute-image: copy store paths with rsyncc74d
2017-02-22google-compute-image.nix: fix evaluation failureDan Peebles
2016-12-17ntp: make timesyncd the new defaultJörg Thalheim
2016-10-01openssh: support prohibit-password for permitRootLoginAnmol Sethi
2016-09-10treewide: deprecate ip-up.target (#18319)Alexander Ried
2016-08-23treewide: Use makeBinPathTuomas Tynkkynen
2016-05-25Remove boot.loader.grub.timeout and boot.loader.gummiboot.timeoutEelco Dolstra
2016-04-25treewide: Use correct output in ${config.nix.package}/binTuomas Tynkkynen
2016-01-08nixos: introduce system.nixosLabel option and use it where appropriateJan Malakhovski
2015-09-18nixos: rename some outputs for better discoverability in /nix/storeJan Malakhovski
2015-06-02Merge pull request #6732 from oconnorr/masterWout Mertens
2015-05-29Revert "Set boot.loader.grub.configurationLimit to 1 for gce/azure/amazon ima...William A. Kennington III
2015-05-29Remove use of && in fetch-ssh-keys service.Russell O'Connor
2015-05-29[GCE] Put temp files for fetch-ssh-keys service in /runRussell O'Connor
2015-05-29Use mktemp to create temporary files to hold ssh host keys and authorized key...Russell O'Connor
2015-05-29Set boot.loader.grub.configurationLimit to 1 for gce/azure/amazon images. Set...Rob Vermaas
2015-03-26GCE image: Remove some unnecessary lib prefixes.Rob Vermaas
2015-03-26GCE image: Add some recommended sysctl settings. Disable OS level firewall by...Rob Vermaas
2015-02-27Only start fetch-keys for GCE image after ip-up.Rob Vermaas
2015-02-26GCE image: Pass header to metadata service calls.Rob Vermaas
2015-01-15ParanoiaEelco Dolstra
2015-01-06google-compute-image.nix: Try to download all SSH host keys from metadata ser...Russell O'Connor
2015-01-05Generate SSH host public key from the private key.Russell O'Connor
2015-01-05Call wget directly in fetch-ssh-keys service.Russell O'Connor
2015-01-05google-compute-image.nix: unconditionally clean up /root/key.pub /root/author...Russell O'Connor