We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 646cacb commit 8c2cdd6Copy full SHA for 8c2cdd6
deploy_nixos/nixos-deploy.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
# nixos-deploy deploys a nixos-instantiate-generated drvPath to a target host
3
#
4
-# Usage: nixos-deploy.sh <drvPath> <host> <switch-action> [<build-opts>] ignoreme
+# Usage: nixos-deploy.sh <drvPath> <host> <switch-action> <deleteOlderThan> [<build-opts>] ignoreme
5
set -euo pipefail
6
7
### Defaults ###
0 commit comments