change schema
This commit is contained in:
parent
083d86fa89
commit
b690a0ab17
1 changed files with 2 additions and 3 deletions
|
|
@ -8,7 +8,6 @@
|
|||
|
||||
let
|
||||
sshPort = 22;
|
||||
package = pkgs.forgejo;
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
|
|
@ -108,7 +107,7 @@ in
|
|||
htop
|
||||
unzip
|
||||
lsof
|
||||
package
|
||||
forgejo
|
||||
];
|
||||
|
||||
# Git
|
||||
|
|
@ -116,7 +115,7 @@ in
|
|||
forgejo = {
|
||||
enable = true;
|
||||
|
||||
package = package;
|
||||
package = pkgs.forgejo;
|
||||
|
||||
database.type = "sqlite3";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue