update readme

This commit is contained in:
Daylin Morgan 2025-01-30 15:14:57 -06:00
parent 5c380c25e0
commit 882143dbd3
Signed by: daylin
GPG key ID: 950D13E9719334AD
2 changed files with 8 additions and 6 deletions

View file

@ -48,4 +48,3 @@ runs:
run: |
sudo sysctl -w kernel.apparmor_restrict_unprivileged_unconfined=0
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0

View file

@ -65,12 +65,15 @@ subcommands:
os nixos-rebuild subcmd
output nixos config attr
update update and run nixos-rebuild
hash collect build hash from failure
narinfo check active caches for nix derivation
lock check lock status for duplicates
flags:
--flake path/to/flake
--host host(s) to build
-d --debug enable debug mode
-r --resetCache set cache timeout to 0
--flake string path/to/flake
--host seq[string] host(s) to build
-v --verbose Count increase verbosity (up to 2) (default: 0)
--reset-cache set cache timeout to 0
-h --help show this help
```