Compare commits

...

2 Commits

Author SHA1 Message Date
5320d43785 yo 2026-03-14 12:04:11 +01:00
5bf7754865 Revert "maybe change config"
This reverts commit e7c84aa4ee.
2026-03-14 11:55:22 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ let
emailoverride = "";
keepnr = 1;
type = 1;
flake = "${info.head.repo.html_url}/archive/${info.head.sha}.tar.gz";
flake = "${info.head.repo.html_url}/archive/${info.head.rev}.tar.gz";
inputs = {
gitea_repo_name = {
type = "string";

View File

@@ -19,6 +19,7 @@ with lib;
imports = [
self.nixosModules.malobeo.metrics
inputs.tasklist.nixosModules.malobeo-tasklist
../modules/malobeo_user.nix
../modules/sshd.nix
../modules/minimal_tools.nix
@@ -31,7 +32,6 @@ with lib;
};
services.malobeo-tasklist.enable = true;
services.gitea-translator.enable = true;
system.stateVersion = "22.11"; # Did you read the comment?
}