fix: forgejo container can not find programs modules
This commit is contained in:
parent
5630047531
commit
f2a0b3d397
1 changed files with 2 additions and 2 deletions
|
|
@ -64,8 +64,8 @@ in
|
||||||
{ lib, ... }:
|
{ lib, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./../forgejo.nix
|
./../programs/forgejo.nix
|
||||||
./../postgresql.nix
|
./../programs/postgresql.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
systemd.tmpfiles.rules = [
|
systemd.tmpfiles.rules = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue