diff --git a/selfprivacy-module.nix b/selfprivacy-module.nix index 0090e74..70dd3f8 100644 --- a/selfprivacy-module.nix +++ b/selfprivacy-module.nix @@ -102,6 +102,11 @@ with lib; type = types.nullOr types.str; default = null; }; + rootPartitionName = mkOption { + description = "Canonical root partition name."; + type = types.nullOr types.str; + default = null; + }; }; ######### # SSH #