mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-13 12:19:09 +00:00
sandbox: add missing option descriptions
This commit is contained in:
parent
dc923dbac2
commit
66495818a3
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,7 @@ let
|
|||
options = {
|
||||
profile = mkOption {
|
||||
type = types.lines;
|
||||
internal = true;
|
||||
apply = text: pkgs.runCommandNoCC "sandbox.sb" {} ''
|
||||
for f in $(< ${config.closure}/store-paths); do
|
||||
storePaths+="(subpath \"$f\")"
|
||||
|
@ -44,6 +45,7 @@ let
|
|||
allowSystemPaths = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
description = "Whether to allow read access to FHS paths like /etc and /var.";
|
||||
};
|
||||
|
||||
allowLocalNetworking = mkOption {
|
||||
|
|
Loading…
Add table
Reference in a new issue