From 356e8814f7341edd7acfde5ead7c66b54edecf78 Mon Sep 17 00:00:00 2001 From: Kalle Struik Date: Tue, 4 Feb 2025 04:31:59 +0100 Subject: [PATCH] Make it actually run the command and also clean up other modules --- systems/template/configuration.nix | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/systems/template/configuration.nix b/systems/template/configuration.nix index 6aafeb5..5945cbc 100644 --- a/systems/template/configuration.nix +++ b/systems/template/configuration.nix @@ -53,23 +53,12 @@ distro: nixos network: 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 + - runcmd cloud_final_modules: [] datasource_list: - NoCloud