From e3207ae49cc57c634f838d5392b41252c6963a01 Mon Sep 17 00:00:00 2001 From: Kalle Struik Date: Tue, 4 Feb 2025 03:13:44 +0100 Subject: [PATCH] Forgot about some indents --- systems/template/configuration.nix | 32 +++++++++++++++--------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/systems/template/configuration.nix b/systems/template/configuration.nix index 6a2498a..5c2a7ca 100644 --- a/systems/template/configuration.nix +++ b/systems/template/configuration.nix @@ -55,22 +55,22 @@ renderers: [ 'networkd' ] default_user: name: ops - users: - - default - ssh_pwauth: false - chpasswd: - expire: false - cloud_init_modules: - - migrator - - seed_random - - growpart - - resizefs - cloud_config_modules: - - disk_setup - - mounts - - set-passwords - - ssh - cloud_final_modules: [] + users: + - default + ssh_pwauth: false + chpasswd: + expire: false + cloud_init_modules: + - migrator + - seed_random + - growpart + - resizefs + cloud_config_modules: + - disk_setup + - mounts + - set-passwords + - ssh + cloud_final_modules: [] ''; };