This commit is contained in:
2023-09-14 13:08:11 +01:00
parent a7851d5fc0
commit 846f4551d3
2 changed files with 14 additions and 14 deletions

View File

@@ -10,9 +10,9 @@
group = "gitea"; group = "gitea";
}; };
gitea_actions_runner_token = { gitea_actions_runner_token = {
file = ../../secrets/gitea_actions_runner_token.age; file = ../../secrets/gitea_actions_runner_token.age;
}; };
}; };
services.gitea-actions-runner = { services.gitea-actions-runner = {
@@ -21,10 +21,10 @@
enable = true; enable = true;
name = "actions-runner"; name = "actions-runner";
url = config.services.gitea.settings.server.ROOT_URL; url = config.services.gitea.settings.server.ROOT_URL;
tokenFile = config.age.secrets.gitea_actions_runner_token.path; tokenFile = config.age.secrets.gitea_actions_runner_token.path;
labels = [ labels = [
"ubuntu-latest:docker://node:16-bullseye" "ubuntu-latest:docker://node:16-bullseye"
]; ];
}; };
}; };
}; };
@@ -64,9 +64,9 @@
IS_TLS_ENABLED = true; IS_TLS_ENABLED = true;
USER = "apikey"; USER = "apikey";
}; };
actions = { actions = {
ENABLED = true; ENABLED = true;
}; };
}; };
mailerPasswordFile = config.age.secrets.sendmail_email_key_gitea.path; mailerPasswordFile = config.age.secrets.sendmail_email_key_gitea.path;
}; };

View File

@@ -45,11 +45,11 @@ in {
# Tabs # Tabs
"kitty_mod+t" = "new_tab"; "kitty_mod+t" = "new_tab";
"kitty_mod+w" = "close_tab"; "kitty_mod+w" = "close_tab";
"kitty_mod+f" = "toggle_layout stack"; "kitty_mod+f" = "toggle_layout stack";
# Clipboard # Clipboard
"ctrl+shift+c" = "copy_to_clipboard"; "ctrl+shift+c" = "copy_to_clipboard";
"ctrl+shift+v" = "paste_from_clipboard"; "ctrl+shift+v" = "paste_from_clipboard";
}; };
settings = { settings = {
"include" = "catppuccin.conf"; "include" = "catppuccin.conf";