update README document

Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
This commit is contained in:
Ophestra Umiker 2024-10-13 00:07:10 +09:00
parent b9d5fe49cb
commit b091260fd3
Signed by: cat
SSH Key Fingerprint: SHA256:gQ67O0enBZ7UdZypgtspB2FDM1g3GVw8nX0XSdcFw8Q
1 changed files with 0 additions and 3 deletions

View File

@ -69,7 +69,6 @@ This adds the `environment.fortify` option:
environment.fortify = { environment.fortify = {
enable = true; enable = true;
user = "nixos"; user = "nixos";
shell = "zsh";
stateDir = "/var/lib/persist/module"; stateDir = "/var/lib/persist/module";
target = { target = {
chronos = { chronos = {
@ -141,8 +140,6 @@ This adds the `environment.fortify` option:
* `user` specifies the privileged user with access to fortified applications. * `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. * `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. * `target` is an attribute set of submodules, where the attribute name is the username of the unprivileged target user.