Try to explicitly enable btrfs in cloud-init
parent
356e8814f7
commit
b4b9f54727
|
@ -48,6 +48,7 @@
|
|||
services.cloud-init = {
|
||||
enable = true;
|
||||
network.enable = true;
|
||||
btrfs.enable = true;
|
||||
config = ''
|
||||
system_info:
|
||||
distro: nixos
|
||||
|
|
Loading…
Reference in New Issue