Revert "maybe change config"

This reverts commit e7c84aa4ee.
This commit is contained in:
2026-03-14 11:55:22 +01:00
parent e7c84aa4ee
commit 5bf7754865

View File

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