Skip to content

Commit

Permalink
refactor(modules/impermanence/nixos): remove default 'path' option value
Browse files Browse the repository at this point in the history
  • Loading branch information
trueNAHO committed Feb 6, 2024
1 parent 443863c commit b1192f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/impermanence/nixos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@
enable = lib.mkEnableOption "impermanence";

path = lib.mkOption {
default = "/persistent";
description = "Path to the persistent storage directory.";
example = "/persist";
example = "/persistent";
type = lib.types.str;
};
};
Expand Down

0 comments on commit b1192f8

Please sign in to comment.