Fix arion
This commit is contained in:
parent
22a9c01f72
commit
07b15aec19
1 changed files with 11 additions and 0 deletions
|
|
@ -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 = [
|
systemd.tmpfiles.rules = [
|
||||||
"d /home/ironmagma/.config 0755 ${username} users"
|
"d /home/ironmagma/.config 0755 ${username} users"
|
||||||
"d /root/.config 0755 ${username} users"
|
"d /root/.config 0755 ${username} users"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue