nyarlathtop #14

Merged
nerf merged 8 commits from nerf/nixConfig:nyarlathtop into nyarlathtop 2023-10-01 10:40:03 +00:00
Showing only changes of commit 889d0a8736 - Show all commits

View file

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