maybe change config

This commit is contained in:
2026-03-14 11:44:01 +01:00
parent 69043687cf
commit e7c84aa4ee

View File

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