Add readme
This commit is contained in:
parent
6ad8fb21fe
commit
19e31ff85b
21
README.md
Normal file
21
README.md
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# Update from Hydra
|
||||||
|
|
||||||
|
Update a symlink to the current output of a hydra build.
|
||||||
|
|
||||||
|
Usage:
|
||||||
|
|
||||||
|
```
|
||||||
|
update-from-hydra https://hydra.clerie.de/job/nixfiles/nixfiles/iso/latest-finished /var/www/html/installer https://nix-cache.clerie.de
|
||||||
|
```
|
||||||
|
|
||||||
|
NixOS Module:
|
||||||
|
```
|
||||||
|
services.update-from-hydra = {
|
||||||
|
enable = true;
|
||||||
|
paths.iso = {
|
||||||
|
hydraUrl = "https://hydra.clerie.de/job/nixfiles/nixfiles/iso/latest-finished";
|
||||||
|
updatePath = "/var/www/html/installer";
|
||||||
|
storeUri = "https://nix-cache.clerie.de";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user