summary refs log tree commit diff
path: root/nixos/modules/services/system/cloud-init.nix
Commit message (Collapse)AuthorAge
* nixos/cloud-init: fix trivial error that prevents deployXe Iaso2022-02-08
|
* nixos/cloud-init: add support for network configurationillustris2022-01-31
|
* treewide: fix eval without aliases after ↵ajs1242021-04-08
| | | | 9378fdf87e0626e8c63a90a378c38444ff54808b
* treewide: fix double quoted strings in meta.descriptionvolth2021-01-24
| | | | Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
* utillinux: rename to util-linuxGraham Christensen2020-11-24
|
* nixos: remove dependencies on local-fs.targetFlorian Klink2019-09-01
| | | | | | | Since https://github.com/NixOS/nixpkgs/pull/61321, local-fs.target is part of sysinit.target again, meaning units without DefaultDependencies=no will automatically depend on it, and the manual set dependencies can be dropped.
* treewide: systemd timeout arguments to use infinity instead of 0 (#50934)Craig Younkins2018-11-25
| | | Fixes https://github.com/NixOS/nixpkgs/issues/49700
* nixos/cloud-init: add enable suffix to ext4/btrfsJörg Thalheim2018-11-13
| | | | Makes the optional more self-describing and allows future extensions
* allow cloud-init to support creating btrfs partitionsDing Xiang Fei2018-11-13
|
* nixos/cloud-init: order after network-online.target (#44633)Vincent Bernat2018-08-08
| | | | | | | | | | Some modules of cloud-init can cope with a network not immediately available (notably, the EC2 module), but some others won't retry if network is not available (notably, the Cloudstack module). network.target doesn't give much guarantee about the network availability. Applications not able to start without a fully configured network should be ordered after network-online.target. Also see #44573 and #44524.
* cloud-init: Disable broken hostname functionality by defaultPhilipp Hausmann2017-04-20
|
* cloud-init module: Replace hard-coded config by option.Philipp Hausmann2017-03-06
|
* Added the cloud-init serviceGeorges Dubus2014-12-03