feat: Rihla | prepare for impermanence

This commit is contained in:
2025-02-16 17:32:37 +05:00
parent 74a4772ad9
commit ecce02959b
3 changed files with 37 additions and 8 deletions

View File

@@ -40,6 +40,16 @@
description = "The home directory of the user";
default = "/home/${config.hostSpec.username}";
};
impermenance = lib.mkOption {
type = lib.types.bool;
description = "Whether or not to enable impermenance";
default = false;
};
persist = lib.mkOption {
type = lib.types.str;
description = "The folder to persist data if impermenance is enabled";
default = "/persist";
};
useYubikey = lib.mkOption {
type = lib.types.bool;
default = false;