From b4b9f54727333a5b56e6f9d4219fb0875c08fb98 Mon Sep 17 00:00:00 2001 From: Kalle Struik Date: Tue, 4 Feb 2025 04:50:47 +0100 Subject: [PATCH] Try to explicitly enable btrfs in cloud-init --- systems/template/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/template/configuration.nix b/systems/template/configuration.nix index 5945cbc..76cf1ed 100644 --- a/systems/template/configuration.nix +++ b/systems/template/configuration.nix @@ -48,6 +48,7 @@ services.cloud-init = { enable = true; network.enable = true; + btrfs.enable = true; config = '' system_info: distro: nixos