feat: Update gitea docker image and add systemd timer for nextcloudcmd
Some checks failed
Flake checker / Build Nix targets (push) Failing after 1m14s

This commit is contained in:
uttarayan21
2025-08-15 04:56:15 +05:30
parent c959a3aea8
commit f2bcb15c3a
3 changed files with 26 additions and 4 deletions

View File

@@ -25,6 +25,12 @@
"bind"
];
};
fileSystems."/var/lib/docker" = {
device = "/media/docker";
options = [
"bind"
];
};
# fileSystems."/" = {
# device = "/dev/disk/by-uuid/8f805d1b-a469-4db8-9ee1-b98ea220714a";

View File

@@ -79,7 +79,10 @@
name = "mirai";
url = "https://git.darksailor.dev";
labels = [
"ubuntu-latest:docker://node:18-bullseye"
"ubuntu-latest:docker://catthehacker/ubuntu:full-latest"
"ubuntu-22.04:docker://catthehacker/ubuntu:full-22.04"
"ubuntu-20.04:docker://catthehacker/ubuntu:full-20.04"
"native:host"
];
tokenFile = "${config.sops.templates."GITEA_REGISTRATION_TOKEN.env".path}";
};