remove unstable pkgs
This commit is contained in:
parent
ba821b057e
commit
d7564863ea
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ in
|
||||||
domain = "git.rs.ht";
|
domain = "git.rs.ht";
|
||||||
rootUrl = "https://${domain}/";
|
rootUrl = "https://${domain}/";
|
||||||
httpPort = 3003;
|
httpPort = 3003;
|
||||||
package = pkgs.unstable.gitea;
|
package = pkgs.gitea;
|
||||||
|
|
||||||
database.type = "postgres";
|
database.type = "postgres";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue