Fix typo and enable btrfs scrubbing
This commit is contained in:
parent
54855a0d33
commit
6f09998656
20 changed files with 65 additions and 60 deletions
|
@ -5,13 +5,12 @@ with lib; {
|
|||
desktop.enable = mkOption {
|
||||
type = types.bool;
|
||||
default = true;
|
||||
description = "Enable desktop apps and services?";
|
||||
description = "Enable desktop apps and services";
|
||||
};
|
||||
|
||||
server.enable = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
description = "Enable server services?";
|
||||
description = "Enable server services";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue