new timer

This commit is contained in:
KoenDR06 2025-09-16 23:49:48 +02:00
parent 5d6b87637d
commit a9a474fb0d
2 changed files with 2 additions and 0 deletions

View file

@ -31,6 +31,7 @@
timers = { timers = {
backup.enable = true; backup.enable = true;
rooms.enable = true;
}; };
}; };
} }

View file

@ -2,5 +2,6 @@
imports = [ imports = [
./wol.nix ./wol.nix
./backup.nix ./backup.nix
./rooms.nix
]; ];
} }