nerf/impermanence #13

Merged
nerf merged 6 commits from nerf/nixConfig:nerf/impermanence into main 2023-10-06 08:08:50 +00:00
Showing only changes of commit 71e56143fa - Show all commits

View file

@ -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 {