nix-config/modules/timers/default.nix
2025-11-19 22:17:15 +01:00

7 lines
77 B
Nix

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