about summary refs log tree commit diff
path: root/nixos/modules/virtualisation/google-compute-image.nix
AgeCommit message (Expand)AuthorFilesLines
2022-08-19nixos/*: automatically convert option docspennae1-2/+2
2022-08-19nixos/*: mark pre-existing markdown descriptions as mdDocpennae1-1/+1
2021-07-13google-compute-image: Make GZIP compression level configurableembr1-1/+10
2021-04-24treewide: use auto diskSize for make-disk-imagelassulus1-2/+3
2021-04-24Revert "treewide: use auto diskSize for make-disk-image"Luke Granger-Brown1-3/+2
2021-04-22treewide: use auto diskSize for make-disk-imagelassulus1-2/+3
2021-01-17nixos/modules: stdenv.lib -> libPavol Rusnak1-1/+1
2019-04-29treewide: Remove usage of isNullDaniel Schaefer1-1/+1
2018-11-26google-compute-image: make it a module and the size tuneable (#49854)Ding Xiang Fei1-317/+43
2018-11-25treewide: systemd timeout arguments to use infinity instead of 0 (#50934)Craig Younkins1-1/+1
2018-11-03nixos/google-network-daemon: systemd job type simple instead of oneshot (#49692)Sarah Brofeldt1-1/+0
2018-09-26google-compute-engine: 20180510 -> 20180905zimbatm1-29/+15
2018-08-30reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson1-1/+1
2018-06-04avoid redundant rm callsAmineChikhaoui1-2/+1
2018-05-31revert 4a86f8c9abd99b880b8a9c3609d330c7ff398ad5 and properly removeAmineChikhaoui1-1/+2
2018-04-28barf if pulling the ssh host keys failsAmineChikhaoui1-0/+1
2018-04-28remove the entire temporary directoryAmineChikhaoui1-1/+1
2018-04-28pull the ssh host keys from the metadata service as expected by NixOps.AmineChikhaoui1-1/+12
2018-04-08google-compute-image: provide correct MTUWout Mertens1-0/+3
2018-04-06Update create-gce.sh script. Set default option for GCE images to disable hos...Rob Vermaas1-0/+6
2018-04-05gce: needs bigger diskSizeRob Vermaas1-1/+1
2018-02-18nixos: rename config.system.nixos* -> config.system.nixos.*Jan Malakhovski1-1/+1
2018-01-18Merge pull request #33423 from AmineChikhaoui/gce-ssh-keysRob Vermaas1-1/+1
2018-01-06nixos: introduce boot.growPartition (#33521)zimbatm1-1/+2
2018-01-04Fixes https://github.com/NixOS/nixops/issues/756.AmineChikhaoui1-1/+1
2017-09-15google-instance-setup: add openssh to pathRob Vermaas1-1/+1
2017-07-15google-compute-image module: use google serviceszimbatm1-5/+144
2017-05-20GCE-service: Update fetch-ssh-keys API usageMateusz Kowalczyk1-44/+27
2017-04-26google-compute-image: append .raw.tar.gz suffixJörg Thalheim1-1/+1
2017-04-24google-compute-image: switch to use the common make-disk-image.nixDan Peebles1-84/+16
2017-03-27Make GCE image as small as possible and incorporate partition growingClemens Fruhwirth1-3/+6
2017-03-26google-compute-image: fix Yama LSM option conflictc74d1-1/+1
2017-03-24google-compute-image: copy store paths with rsyncc74d1-1/+1
2017-02-22google-compute-image.nix: fix evaluation failureDan Peebles1-1/+1
2016-12-17ntp: make timesyncd the new defaultJörg Thalheim1-1/+1
2016-10-01openssh: support prohibit-password for permitRootLoginAnmol Sethi1-1/+1
2016-09-10treewide: deprecate ip-up.target (#18319)Alexander Ried1-2/+2
2016-08-23treewide: Use makeBinPathTuomas Tynkkynen1-1/+1
2016-05-25Remove boot.loader.grub.timeout and boot.loader.gummiboot.timeoutEelco Dolstra1-1/+1
2016-04-25treewide: Use correct output in ${config.nix.package}/binTuomas Tynkkynen1-2/+2
2016-01-08nixos: introduce system.nixosLabel option and use it where appropriateJan Malakhovski1-1/+1
2015-09-18nixos: rename some outputs for better discoverability in /nix/storeJan Malakhovski1-1/+1
2015-06-02Merge pull request #6732 from oconnorr/masterWout Mertens1-19/+29
2015-05-29Revert "Set boot.loader.grub.configurationLimit to 1 for gce/azure/amazon ima...William A. Kennington III1-1/+1
2015-05-29Remove use of && in fetch-ssh-keys service.Russell O'Connor1-29/+31
2015-05-29[GCE] Put temp files for fetch-ssh-keys service in /runRussell O'Connor1-4/+5
2015-05-29Use mktemp to create temporary files to hold ssh host keys and authorized key...Russell O'Connor1-22/+29
2015-05-29Set boot.loader.grub.configurationLimit to 1 for gce/azure/amazon images. Set...Rob Vermaas1-1/+1
2015-03-26GCE image: Remove some unnecessary lib prefixes.Rob Vermaas1-25/+25
2015-03-26GCE image: Add some recommended sysctl settings. Disable OS level firewall by...Rob Vermaas1-1/+80