File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
priority = lib . mkOption {
18
18
type = lib . types . nullOr lib . types . int ;
19
19
default = null ;
20
- description = lib . mdDoc ''
20
+ description = ''
21
21
Specify the priority of the swap file. Priority is a value between 0 and 32767.
22
22
Higher numbers indicate higher priority.
23
23
null lets the kernel choose a priority, which will show up as a negative value.
Original file line number Diff line number Diff line change 15
15
default = null ;
16
16
example = "once" ;
17
17
type = lib . types . nullOr ( lib . types . enum [ "once" "pages" "both" ] ) ;
18
- description = lib . mdDoc ''
18
+ description = ''
19
19
Specify the discard policy for the swap device. If "once", then the
20
20
whole swap space is discarded at swapon invocation. If "pages",
21
21
asynchronous discard on freed pages is performed, before returning to
37
37
priority = lib . mkOption {
38
38
type = lib . types . nullOr lib . types . int ;
39
39
default = null ;
40
- description = lib . mdDoc ''
40
+ description = ''
41
41
Specify the priority of the swap device. Priority is a value between 0 and 32767.
42
42
Higher numbers indicate higher priority.
43
43
null lets the kernel choose a priority, which will show up as a negative value.
You can’t perform that action at this time.
0 commit comments