nix-config/modules/timers/default.nix
2025-09-16 23:49:48 +02:00

7 lines
77 B
Nix

{...}: {
imports = [
./wol.nix
./backup.nix
./rooms.nix
];
}