aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorOphestra Umiker <cat@ophivana.moe>2024-10-13 00:07:10 +0900
committerOphestra Umiker <cat@ophivana.moe>2024-10-13 00:07:10 +0900
commitb091260fd3db6a1fff93bf4f6c75cf575b2424f3 (patch)
tree990af6cc8b1079ecd97e090b55d9fd2f978f6154
parentb9d5fe49cbb2878add16f47c4660bcb3d8144d1b (diff)
update README document
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
-rw-r--r--README.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/README.md b/README.md
index ab49e2c9..feb776e2 100644
--- a/README.md
+++ b/README.md
@@ -69,7 +69,6 @@ This adds the `environment.fortify` option:
environment.fortify = {
enable = true;
user = "nixos";
- shell = "zsh";
stateDir = "/var/lib/persist/module";
target = {
chronos = {
@@ -141,8 +140,6 @@ This adds the `environment.fortify` option:
* `user` specifies the privileged user with access to fortified applications.
-* `shell` is the shell used to run the launch command, required for sourcing the home-manager environment.
-
* `stateDir` is the path to your persistent storage location. It is directly passed through to the impermanence module.
* `target` is an attribute set of submodules, where the attribute name is the username of the unprivileged target user.