Fix arion

This commit is contained in:
Mork Swork 2026-05-14 14:25:32 -07:00
parent 22a9c01f72
commit 07b15aec19

View file

@ -83,6 +83,17 @@ in {
}
];
systemd.services.forgejo-arion = {
description = "Forgejo via Arion";
after = [ "network.target" "podman.service" ];
wantedBy = [ "multi-user.target" ];
serviceConfig = {
Type = "oneshot";
RemainAfterExit = true;
ExecStart = "${start-arion-run}/bin/start-arion-run";
};
};
systemd.tmpfiles.rules = [
"d /home/ironmagma/.config 0755 ${username} users"
"d /root/.config 0755 ${username} users"