changed impermanence config for subvolumes

This commit is contained in:
Dennis Frieberg 2023-09-28 23:34:34 +02:00
parent d008620456
commit 71e56143fa
Signed by: nerf
GPG key ID: 42DED0E2D8F04FB6

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 {