update README document
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
This commit is contained in:
parent
b9d5fe49cb
commit
b091260fd3
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue