aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2c6fcab..8c01849 100644
--- a/README.md
+++ b/README.md
@@ -62,9 +62,12 @@ inputs.home-manager.lib.homeManagerConfiguration {
# Rui falls back on the `FLAKE` environment variable if `flake` is unset
flake = "/path/to/your-flake";
- # Allow unfree packages; defaults to false
+ # Allow unfree packages on the global level; defaults to false
allow-unfree = false;
+ # Allow insecure packages on the global level; defaults to false
+ allow-insecure = false;
+
# Extra arguments to pass to `nixos-rebuild` and `home-manager`; defaults
# to [ ]
extra-args = [ "--impure" ];