You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/default.nix
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -32,14 +32,15 @@ rec {
32
32
{image
33
33
,label
34
34
,size ? throw"Specify a size for volume ${image} or use autoCreate = false"
35
+
,mkfsExtraArgs
35
36
,fsType ? defaultFsType
36
37
,autoCreate ? true
37
38
, ...
38
39
}: pkgs.lib.warnIf
39
40
(label!=null&&!autoCreate)"Volume is not automatically labeled unless autoCreate is true. Volume has to be labeled manually, otherwise it will not be identified"
0 commit comments