mirror of
https://git.adityakumar.xyz/monitor.git/
synced 2024-11-09 12:09:44 +00:00
add flake input
This commit is contained in:
parent
927be66a48
commit
4b6da2e46b
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@ Report website's status
|
|||
nix run github:akr2002/monitor
|
||||
```
|
||||
### Persistent
|
||||
Add the following line to your `flake.nix`
|
||||
```nix
|
||||
inputs.monitor.url = "github/akr2002:monitor";
|
||||
```
|
||||
Add the following to your `home.nix`
|
||||
```nix
|
||||
systemd.user.timers.monitor = {
|
||||
|
|
Loading…
Reference in a new issue