openstack-config: make the expandOnBoot option default to all

This commit is contained in:
Graham Christensen
2022-04-07 15:28:28 -04:00
parent 8a5bdce566
commit d3aff5fa3c
@@ -50,7 +50,7 @@ in
terminal_input console serial
'';
services.zfs.expandOnBoot = mkIf cfg.zfs.enable "all";
services.zfs.expandOnBoot = mkIf cfg.zfs.enable (lib.mkDefault "all");
boot.zfs.devNodes = mkIf cfg.zfs.enable "/dev/";
# Allow root logins