about summary refs log tree commit diff
path: root/nixos/modules/services/system/cloud-init.nix
AgeCommit message (Expand)AuthorFilesLines
2024-04-04nixos/cloud-init: remove syslog.target from serviceszimbatm1-2/+2
2024-01-03nixos/cloud-init: fix DHCP race conditionillustris1-1/+4
2023-07-04cloud-init: add xfs supportJörg Thalheim1-0/+9
2023-05-14cloud-init module: fix default settings (#231867)Jonas Chevalier1-3/+4
2023-04-30cloud-init module: adopt the settings formatzimbatm1-50/+77
2023-04-30cloud-init module: remove superfluous lib. prefixeszimbatm1-5/+5
2023-04-30cloud-init module: format with nixpkgs-fmtzimbatm1-73/+79
2023-04-25cloud-init: add udhcpc support (#226216)Jean-François Roche1-0/+1
2022-12-17nixos: fix typosfigsoda1-1/+1
2022-10-27nixos/cloud-init: fix hostname and resolvconf configurationillustris1-1/+2
2022-08-19nixos/*: mark pre-existing markdown descriptions as mdDocpennae1-2/+2
2022-07-30treewide: automatically md-convert option descriptionspennae1-3/+3
2022-02-08nixos/cloud-init: fix trivial error that prevents deployXe Iaso1-1/+1
2022-01-31nixos/cloud-init: add support for network configurationillustris1-0/+14
2021-04-08treewide: fix eval without aliases after 9378fdf87e0626e8c63a90a378c38444ff54...ajs1241-1/+1
2021-01-24treewide: fix double quoted strings in meta.descriptionvolth1-1/+1
2020-11-24utillinux: rename to util-linuxGraham Christensen1-1/+1
2019-09-01nixos: remove dependencies on local-fs.targetFlorian Klink1-4/+2
2018-11-25treewide: systemd timeout arguments to use infinity instead of 0 (#50934)Craig Younkins1-4/+4
2018-11-13nixos/cloud-init: add enable suffix to ext4/btrfsJörg Thalheim1-6/+4
2018-11-13allow cloud-init to support creating btrfs partitionsDing Xiang Fei1-1/+26
2018-08-08nixos/cloud-init: order after network-online.target (#44633)Vincent Bernat1-6/+7
2017-04-20cloud-init: Disable broken hostname functionality by defaultPhilipp Hausmann1-2/+0
2017-03-06cloud-init module: Replace hard-coded config by option.Philipp Hausmann1-50/+58
2014-12-03Added the cloud-init serviceGeorges Dubus1-0/+152