Try to explicitly enable btrfs in cloud-init
This commit is contained in:
parent
356e8814f7
commit
b4b9f54727
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@
|
|||
services.cloud-init = {
|
||||
enable = true;
|
||||
network.enable = true;
|
||||
btrfs.enable = true;
|
||||
config = ''
|
||||
system_info:
|
||||
distro: nixos
|
||||
|
|
Loading…
Add table
Reference in a new issue