From 87e008d56de974947ebb99c2cc40b25d3c2cf43e Mon Sep 17 00:00:00 2001 From: Ophestra Date: Wed, 25 Jun 2025 03:59:52 +0900 Subject: treewide: rename to hakurei Fortify makes little sense for a container tool. Signed-off-by: Ophestra --- options.nix | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'options.nix') diff --git a/options.nix b/options.nix index 29c9a4f9..684485e5 100644 --- a/options.nix +++ b/options.nix @@ -39,19 +39,19 @@ in { options = { - environment.fortify = { - enable = mkEnableOption "fortify"; + environment.hakurei = { + enable = mkEnableOption "hakurei"; package = mkOption { type = types.package; - default = packages.${pkgs.system}.fortify; - description = "The fortify package to use."; + default = packages.${pkgs.system}.hakurei; + description = "The hakurei package to use."; }; - fsuPackage = mkOption { + hsuPackage = mkOption { type = types.package; - default = packages.${pkgs.system}.fsu; - description = "The fsu package to use."; + default = packages.${pkgs.system}.hsu; + description = "The hsu package to use."; }; users = mkOption { @@ -61,7 +61,7 @@ in in attrsOf (ints.between 0 99); description = '' - Users allowed to spawn fortify apps and their corresponding fortify fid. + Users allowed to spawn hakurei apps and their corresponding hakurei identity. ''; }; @@ -276,7 +276,7 @@ in }); default = { }; description = '' - Declaratively configured fortify apps. + Declaratively configured hakurei apps. ''; }; -- cgit v1.3.1