fix: systemPackages

This commit is contained in:
KoenDR06 2025-09-27 16:25:46 +02:00
parent 3193838d5e
commit 3c64a317ea

View file

@ -14,10 +14,10 @@ in {
}; };
config = mkIf cfg.enable { config = mkIf cfg.enable {
environment.packages = with pkgs; [ environment.systemPackages = with pkgs; [
jdk jdk
]; ];
systemd.timers."rooms" = { systemd.timers."rooms" = {
wantedBy = ["timers.target"]; wantedBy = ["timers.target"];
timerConfig = { timerConfig = {