gitea-runner: move out of module

This commit is contained in:
2025-03-10 16:16:26 +00:00
parent f5e418fb46
commit 2e48aa9ef3
3 changed files with 229 additions and 243 deletions

View File

@ -8,6 +8,7 @@
{
imports = [
./hardware-configuration.nix
./gitea-runner.nix
../desktop.nix
];
@ -112,7 +113,6 @@
];
repoPath = "ssh://iqwu22oq@iqwu22oq.repo.borgbase.com/./repo";
};
gitea-runner.enable = true;
};
shell = {
zsh.enable = true;