forked from Fachschaft/nixConfig
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";
|
||||
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