forked from malobeo/infrastructure
Compare commits
2 Commits
e7c84aa4ee
...
5320d43785
| Author | SHA1 | Date | |
|---|---|---|---|
|
5320d43785
|
|||
| 5bf7754865 |
@@ -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";
|
||||
|
||||
@@ -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?
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user