1
Fork 0
mirror of https://github.com/thegeneralist01/config.git synced 2026-03-07 10:59:55 +01:00

forgejo: fix runner state dir + mkForce

This commit is contained in:
TheGeneralist 2026-01-24 17:13:59 +01:00
parent b4d3ee8789
commit 8ccf9a1e1d
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ config, lib, pkgs, ... }:
let
forgejo_root_dir = "/var/lib/forgejo";