openstack-config: make the expandOnBoot option default to all

This commit is contained in:
Graham Christensen 2022-03-08 09:26:05 -05:00
parent 8a5bdce566
commit d3aff5fa3c

View file

@ -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