changed impermanence config for subvolumes
This commit is contained in:
parent
d008620456
commit
71e56143fa
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ options.impermanence = {
|
||||||
enable = mkEnableOption "impermanence";
|
enable = mkEnableOption "impermanence";
|
||||||
storagePath = mkOption {
|
storagePath = mkOption {
|
||||||
type = types.path;
|
type = types.path;
|
||||||
default = "/persist/persist";
|
default = "/persist";
|
||||||
description = "The path where persistent data is stored";
|
description = "The path where persistent data is stored";
|
||||||
};
|
};
|
||||||
name = mkOption {
|
name = mkOption {
|
||||||
|
|
Loading…
Reference in a new issue