Merge pull request #219 from vikanezrimaya/patch-1
hydra-jobsets.tf: update canonical Kittybox source
This commit is contained in:
commit
1c9f92066c
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ resource "hydra_project" "kittybox" {
|
|||
name = "kittybox"
|
||||
display_name = "Kittybox"
|
||||
description = "The IndieWeb blogging solution"
|
||||
homepage = "https://gitlab.com/kittybox/kittybox"
|
||||
homepage = "https://sr.ht/~vikanezrimaya/kittybox"
|
||||
owner = "admin"
|
||||
enabled = true
|
||||
visible = true
|
||||
|
@ -17,7 +17,7 @@ resource "hydra_jobset" "kittybox" {
|
|||
type = "flake"
|
||||
description = "main branch"
|
||||
|
||||
flake_uri = "gitlab:kittybox/kittybox"
|
||||
flake_uri = "git+https://git.sr.ht/~vikanezrimaya/kittybox?ref=main"
|
||||
|
||||
check_interval = 300
|
||||
scheduling_shares = 3000
|
||||
|
|
Loading…
Add table
Reference in a new issue