Compare commits

...

2 Commits

Author SHA1 Message Date
Vegard Bieker Matthey
3bcc37073c avoid using lupine-4 for gitea actions 2026-03-23 02:59:35 +01:00
h7x4
6ef02bd485 kommode/gitea: allow me to go fork myself 2026-03-10 14:50:56 +09:00
2 changed files with 4 additions and 4 deletions

View File

@@ -131,6 +131,7 @@ in {
"repo.pulls" "repo.pulls"
"repo.releases" "repo.releases"
]; ];
ALLOW_FORK_INTO_SAME_OWNER = true;
}; };
picture = { picture = {
DISABLE_GRAVATAR = true; DISABLE_GRAVATAR = true;

View File

@@ -1,12 +1,11 @@
{ fp, values, lupineName, ... }: { fp, values, lib, lupineName, ... }:
{ {
imports = [ imports = [
./hardware-configuration/${lupineName}.nix ./hardware-configuration/${lupineName}.nix
(fp /base) (fp /base)
# lupine-4 does not have enough ram for running nix flake check
./services/gitea-runner.nix ] ++ lib.optionals (lupineName != "lupine-4") [ ./services/gitea-runner.nix ];
];
sops.defaultSopsFile = fp /secrets/lupine/lupine.yaml; sops.defaultSopsFile = fp /secrets/lupine/lupine.yaml;