Changes
This commit is contained in:
parent
def078abfc
commit
d448ebcbed
7 changed files with 24 additions and 16 deletions
10
modules/timers/default.nix
Normal file
10
modules/timers/default.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
inputs,
|
||||
headless,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./wol.nix
|
||||
./backup.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue