Skip to content

Commit

Permalink
Update nixos/modules/system/boot/zram-as-tmp.nix
Browse files Browse the repository at this point in the history
Co-authored-by: Arne Keller <[email protected]>
  • Loading branch information
luochen1990 and FliegendeWurst authored Dec 19, 2024
1 parent 1574518 commit fd76e73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nixos/modules/system/boot/zram-as-tmp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ let
in
{
options = {
boot.tmp = with lib; {
useZram = mkOption {
type = types.bool;
boot.tmp = {
useZram = lib.mkOption {
type = lib.types.bool;
default = false;
example = true;
description = ''
Expand Down

0 comments on commit fd76e73

Please sign in to comment.