Compare commits

...

2 commits

Author SHA1 Message Date
cy
96efcd1ba6 fix git user for forgejo
Some checks are pending
build and cache random stuff / build (.#attic-client) (push) Waiting to run
build and cache random stuff / build (.#attic-server) (push) Waiting to run
build and cache random stuff / build (.#conduwuit) (push) Waiting to run
build and cache random stuff / build (.#eza) (push) Waiting to run
nix flake and fmt check / flake-check (push) Waiting to run
2025-01-10 01:37:57 -05:00
cy
8e492db3d1 rm mirror workflow 2025-01-10 01:37:47 -05:00
2 changed files with 2 additions and 20 deletions

View file

@ -1,19 +0,0 @@
name: mirror to gitlab
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: mirror
uses: SvanBoxel/gitlab-mirror-and-ci-action@5c211f993d35256d96b772d995972f434b94e11a
with:
args: "https://git.cything.io/cy/infra"
env:
FOLLOW_TAGS: "true"
FORCE_PUSH: "true"
GITLAB_HOSTNAME: "git.cything.io"
GITLAB_USERNAME: "cy"
GITLAB_PASSWORD: ${{ secrets.GITLAB_PASSWORD }}
GITLAB_PROJECT_ID: "2"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View file

@ -139,7 +139,8 @@
];
# for forgejo
users.users.git = {
isSystemUser = true;
isNormalUser = true;
home = "/var/lib/forgejo";
group = "git";
};
users.groups.git = {};