diff --git a/readme.md b/readme.md index de6af0dd..7e9ca84c 100644 --- a/readme.md +++ b/readme.md @@ -18,19 +18,13 @@ Welcome to the Palace of the Earth Spirits! ## Build and Deploy -```shell -:; export NF_HOST=tewi -:; nf-deploy build -# switch without committing to it... -:; nf-deploy test -# then deploy..! -:; nf-deploy switch -``` - -The above is just a convenience wrapper around `nixos-rebuild`: +The `-s` disables flake checks. ```shell -:; nixos-rebuild switch --flake .#tewi --target-host tewi --use-remote-sudo +# without trace +deploy -s .# +# with trace +deploy -s .# -- --show-trace ``` ## Editing Secrets