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