openstack-config: make the expandOnBoot option default to all
This commit is contained in:
parent
8a5bdce566
commit
d3aff5fa3c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue